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