@@ -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)