コード例 #1
0
ファイル: App.g.i.cs プロジェクト: thibbocli/Smart-Video
 public static void Main()
 {
     SmartVideo.App app = new SmartVideo.App();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.i.cs プロジェクト: Fllorent0D/B3-CSharp
 public static void Main()
 {
     SmartVideo.App app = new SmartVideo.App();
     app.InitializeComponent();
     app.Run();
 }