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