コード例 #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();
 }