Exemplo n.º 1
0
 public void Home()
 {
     MainPageModel.ShowForm(new CategoryListPage());
 }
Exemplo n.º 2
0
 public MainPageModel()
 {
     _main          = this;
     CurrentControl = new CategoryListPage();
 }
 public MainPageModel()
 {
     _main = this;
     CurrentControl = new CategoryListPage();
 }