init
This commit is contained in:
13
Views/MainWindow.xaml.cs
Normal file
13
Views/MainWindow.xaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace MyApp.Views;
|
||||
|
||||
using WinUIEx;
|
||||
public sealed partial class MainWindow : WindowEx
|
||||
{
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.SetIcon("Assets/icons/titlebar.ico");
|
||||
ExtendsContentIntoTitleBar = true;
|
||||
SetTitleBar(AppTitleBar);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user