像是
//TODO: Implement Functionality Here
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
Console.WriteLine("Hello World!")
// TODO: Implement Functionality Here
Console.Write("Press any key to continue . . . ");
Console.ReadKey(true);
这些的
每次新建都会出现 看着很不养眼 不知道能不能去掉?
4.4版本
//TODO: Implement Functionality Here
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
Console.WriteLine("Hello World!")
// TODO: Implement Functionality Here
Console.Write("Press any key to continue . . . ");
Console.ReadKey(true);
这些的
每次新建都会出现 看着很不养眼 不知道能不能去掉?
4.4版本
