I am getting the following error:
variable menuStart conflicts with event menuStart in the base class Form and so should be declared Shadows
How do I declare it as shadows? This error is happening in the Windows Form Designer Generated Code. The thing is, everything in my program works fine...
variable menuStart conflicts with event menuStart in the base class Form and so should be declared Shadows
How do I declare it as shadows? This error is happening in the Windows Form Designer Generated Code. The thing is, everything in my program works fine...