Skip to content

Commit 4b819fa

Browse files
committed
chore(demo): recover previous demo code
1 parent 919c6f8 commit 4b819fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Wpf.Ui.Demo.Simple/MainWindow.xaml.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
// Copyright (C) Leszek Pomianowski and WPF UI Contributors.
44
// All Rights Reserved.
55

6-
using System.ComponentModel;
7-
86
using Wpf.Ui.Demo.Simple.Views.Pages;
97

108
namespace Wpf.Ui.Demo.Simple;
119

1210
/// <summary>
1311
/// Interaction logic for MainWindow.xaml
1412
/// </summary>
15-
public partial class MainWindow : INotifyPropertyChanged
13+
public partial class MainWindow
1614
{
1715
public MainWindow()
1816
{
@@ -24,6 +22,4 @@ public MainWindow()
2422

2523
Loaded += (_, _) => RootNavigation.Navigate(typeof(DashboardPage));
2624
}
27-
28-
public event PropertyChangedEventHandler? PropertyChanged;
2925
}

0 commit comments

Comments
 (0)