Visual Studio Code – Font is a namespace but is used like a type error
I have the following error Font is a namespace but is used like a type error when running this code: namespace Font { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void fontFamily_MS_CheckedChanged(object sender, EventArgs…