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