Trying To Run A Form With Console
I am trying to run a form with connsole application in C# I am using
System.Windows.Forms.Application.EnableVisualStyles();
System.Windows.Forms.Application.Run(new Charging());
The Form Runs But The Console Doesn't work.
No comments:
Post a Comment