コード例 #1
0
 public void Home()
 {
     MainPageModel.ShowForm(new CategoryListPage());
 }
コード例 #2
0
 public MainPageModel()
 {
     _main          = this;
     CurrentControl = new CategoryListPage();
 }
コード例 #3
0
 public MainPageModel()
 {
     _main = this;
     CurrentControl = new CategoryListPage();
 }