diff --git a/building-avalonia-applications/introduction-to-avalonia-wpf-concepts.md b/building-avalonia-applications/introduction-to-avalonia-wpf-concepts.md index bd86577..53faa1a 100644 --- a/building-avalonia-applications/introduction-to-avalonia-wpf-concepts.md +++ b/building-avalonia-applications/introduction-to-avalonia-wpf-concepts.md @@ -3000,7 +3000,6 @@ The unneeded argument to this method is passed in order for its signature to mat There are also two public methods to be called by the Buttons' commands: `void Save()` and `void Cancel()`: ```csharp - public void Save() { SavedValue = NewValue;