basic
This commit is contained in:
14
MainWindow.xaml.cs
Normal file
14
MainWindow.xaml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace MyApp;
|
||||
|
||||
using WinUIEx;
|
||||
public sealed partial class MainWindow : WindowEx
|
||||
{
|
||||
public MainWindow()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
this.SetIcon("Assets/Logo/app.ico");
|
||||
Title = "Pure";
|
||||
Width = 600;
|
||||
Height = 480;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user