コード例 #1
0
 //To Add click event to our Buttons we will use ICommand here to switch pages when specific button is clicked
 public MenuItemsData()
 {
     Command = new CommandViewModel(Execute);
 }
コード例 #2
0
 //To Add click event to our Buttons we will use ICommand here to switch pages when specific button is clicked
 public SubMenuItemsData()
 {
     SubMenuCommand = new CommandViewModel(Execute);
 }