App.xaml 的交互逻辑
상속: GuoKun.Configuration.SingletonApplication
예제 #1
0
 public static void Main()
 {
     Account.App app = new Account.App();
     app.InitializeComponent();
     app.Run();
 }