コード例 #1
0
ファイル: App.g.i.cs プロジェクト: gitonice/sendill
 public static void Main()
 {
     ONICE.SENDILL.App app = new ONICE.SENDILL.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.cs プロジェクト: gitonice/sendill
 public static void Main() {
     ONICE.SENDILL.App app = new ONICE.SENDILL.App();
     app.InitializeComponent();
     app.Run();
 }