Adding biolerplate for other pages
This commit is contained in:
15
SessionZero/Pages/SettingsPage.axaml.cs
Normal file
15
SessionZero/Pages/SettingsPage.axaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace SessionZero.Pages;
|
||||
|
||||
public partial class SettingsPage : UserControl, IPageBase
|
||||
{
|
||||
public string PageName { get; set; } = "Settings";
|
||||
|
||||
public SettingsPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user