Add another example app
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using PropertyChanged;
|
||||
using TheXamlGuy.UI.Avalonia.Controls;
|
||||
|
||||
namespace KingPing;
|
||||
|
||||
[DoNotNotify]
|
||||
public partial class ShellView : NavigationView
|
||||
{
|
||||
public ShellView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user