Ejemplo n.º 1
0
 protected override void InitBindings()
 {
     ButtonChoose.SetOnClickCommand(ViewModel.AskUserAboutFancyThingsCommand);
     ButtonShow.SetOnClickCommand(ViewModel.ShowLastFanciedThingCommand);
     ButtonNavigate.SetOnClickCommand(ViewModel.NavigateSomewhereElseCommand);
     ButtonReset.SetOnClickCommand(ViewModel.ResetFanciness);
     ButtonDialog.SetOnClickCommand(ViewModel.ShowDialogCommand);
     ButtonDialogB.SetOnClickCommand(ViewModel.ShowDialogBCommand);
     ButtonInput.SetOnClickCommand(ViewModel.InputFanciness);
     FancyLoading.SetOnClickCommand(ViewModel.ShowLoadingDialogCommand);
 }