App.xaml 的交互逻辑
예제 #1
0
 public static void Main()
 {
     Notes.App app = new Notes.App();
     app.InitializeComponent();
     app.Run();
 }