mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2026-07-12 05:59:42 +02:00
12 lines
186 B
C#
12 lines
186 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Needlework.Net.Views.Pages.Home;
|
|
|
|
public partial class HomeView : UserControl
|
|
{
|
|
public HomeView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|