Browse Source

Я устал

Danila Alekseev 2 years ago
parent
commit
9deac101b3
1 changed files with 3 additions and 2 deletions
  1. 3 2
      LR1/Workers.xaml.cs

+ 3 - 2
LR1/Workers.xaml.cs

@@ -85,8 +85,9 @@ namespace LR1
                 MessageBox.Show("Выберите строку для удаления");
                 MessageBox.Show("Выберите строку для удаления");
             }
             }
             MessageBox.Show("Удаление");
             MessageBox.Show("Удаление");
-            isDirty = false;
-            isLoaded = true;
+            isDirty = true;
+            isLoaded = false;
+
         }
         }
 
 
         private void AddCommandBinding_CanExecute(object sender, CanExecuteRoutedEventArgs e)
         private void AddCommandBinding_CanExecute(object sender, CanExecuteRoutedEventArgs e)