Skip to content

Commit

Permalink
chore(demo): recover previous demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
c0nstexpr committed Mar 29, 2024
1 parent 919c6f8 commit 4b819fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Wpf.Ui.Demo.Simple/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
// Copyright (C) Leszek Pomianowski and WPF UI Contributors.
// All Rights Reserved.

using System.ComponentModel;

using Wpf.Ui.Demo.Simple.Views.Pages;

namespace Wpf.Ui.Demo.Simple;

/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : INotifyPropertyChanged
public partial class MainWindow
{
public MainWindow()
{
Expand All @@ -24,6 +22,4 @@ public MainWindow()

Loaded += (_, _) => RootNavigation.Navigate(typeof(DashboardPage));
}

public event PropertyChangedEventHandler? PropertyChanged;
}

0 comments on commit 4b819fa

Please sign in to comment.