diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LectotypeViewModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LectotypeViewModel.cs index 1dded01..1a15fd8 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LectotypeViewModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/LectotypeViewModel.cs @@ -764,7 +764,7 @@ public class LectotypeViewModel(string docId) : INotifyPropertyChanged public void RemoveNotSavedLectotype(Dictionary value) { value.ForEach(it => NotSavedLectotypeList.Remove(it.Key)); -<<<<<<< HEAD + } internal async Task CheckSaved() @@ -780,9 +780,9 @@ public class LectotypeViewModel(string docId) : INotifyPropertyChanged return false; } } -======= - } ->>>>>>> origin/master + + + internal Dictionary GetNotSavedLectotypeList() {