Interaction logic for App.xaml
コード例 #1
0
ファイル: App.g.i.cs プロジェクト: ProMix0/Project-calculis
 public static void Main()
 {
     Updater.App app = new Updater.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.cs プロジェクト: frainworks/nex
 public static void Main() {
     Updater.App app = new Updater.App();
     app.InitializeComponent();
     app.Run();
 }