示例#1
0
文件: App.g.i.cs 项目: bmihaylov33/PS
 public static void Main()
 {
     StudentInfoSystem.App app = new StudentInfoSystem.App();
     app.InitializeComponent();
     app.Run();
 }
示例#2
0
文件: App.g.i.cs 项目: AlexNRusev/PS
 public static void Main()
 {
     StudentInfoSystem.App app = new StudentInfoSystem.App();
     app.Run();
 }