예제 #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();
 }