mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-07 02:30:48 +01:00
Refactor folder structure
This commit is contained in:
13
Needlework.Net/Views/MainWindow/MainWindowView.axaml.cs
Normal file
13
Needlework.Net/Views/MainWindow/MainWindowView.axaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using FluentAvalonia.UI.Windowing;
|
||||
|
||||
namespace Needlework.Net.Views.MainWindow;
|
||||
|
||||
public partial class MainWindowView : AppWindow
|
||||
{
|
||||
public MainWindowView()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
TitleBar.ExtendsContentIntoTitleBar = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user