We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919c6f8 commit 4b819faCopy full SHA for 4b819fa
src/Wpf.Ui.Demo.Simple/MainWindow.xaml.cs
@@ -3,16 +3,14 @@
3
// Copyright (C) Leszek Pomianowski and WPF UI Contributors.
4
// All Rights Reserved.
5
6
-using System.ComponentModel;
7
-
8
using Wpf.Ui.Demo.Simple.Views.Pages;
9
10
namespace Wpf.Ui.Demo.Simple;
11
12
/// <summary>
13
/// Interaction logic for MainWindow.xaml
14
/// </summary>
15
-public partial class MainWindow : INotifyPropertyChanged
+public partial class MainWindow
16
{
17
public MainWindow()
18
@@ -24,6 +22,4 @@ public MainWindow()
24
22
25
23
Loaded += (_, _) => RootNavigation.Navigate(typeof(DashboardPage));
26
}
27
28
- public event PropertyChangedEventHandler? PropertyChanged;
29
0 commit comments