예제 #1
0
 public void Home()
 {
     MainPageModel.ShowForm(new CategoryListPage());
 }
예제 #2
0
 public MainPageModel()
 {
     _main          = this;
     CurrentControl = new CategoryListPage();
 }
 public MainPageModel()
 {
     _main = this;
     CurrentControl = new CategoryListPage();
 }