コード例 #1
0
 public MainPage()
 {
     InitializeComponent();
     VM = new MainPageVM();
     VM.Init();
     this.DataContext = VM;
 }