Exemplo n.º 1
0
 public override void InitBindings()
 {
     ChooseFancyButton.SetOnClickCommand(ViewModel.AskUserAboutFancyThingsCommand);
     ShowFancyButton.SetOnClickCommand(ViewModel.ShowLastFanciedThingCommand);
     ResetButton.SetOnClickCommand(ViewModel.ResetFanciness);
     NavigateButton.SetOnClickCommand(ViewModel.NavigateSomewhereElseCommand);
     ShowDialogButton.SetOnClickCommand(ViewModel.ShowDialogCommand);
     ShowDifferentDialogButton.SetOnClickCommand(ViewModel.ShowDialogBCommand);
 }