예제 #1
0
 private void Update_NoteViewModel_DeleteCommand(global::LocalNote.Commands.DeleteCommand obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // MainPage.xaml line 38
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_Primitives_ButtonBase_Command(this.obj9, obj, null);
     }
 }
예제 #2
0
 private void Update_NotesVM_DeleteCommand(global::LocalNote.Commands.DeleteCommand obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // MainPage.xaml line 42
         if (!isobj10CommandDisabled)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_Primitives_ButtonBase_Command(this.obj10, obj, null);
         }
     }
 }