App
Inheritance: System.Windows.Application
コード例 #1
0
ファイル: App.g.cs プロジェクト: langhuihui/csharprtmp
 public static void Main() {
     RtmfpDownloader.App app = new RtmfpDownloader.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
 public static void Main()
 {
     RtmfpDownloader.App app = new RtmfpDownloader.App();
     app.InitializeComponent();
     app.Run();
 }