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