Ver código fonte

Я устал

Danila Alekseev 2 anos atrás
pai
commit
9deac101b3
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      LR1/Workers.xaml.cs

+ 3 - 2
LR1/Workers.xaml.cs

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