mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2026-07-11 21:49:42 +02:00
13 lines
213 B
C#
13 lines
213 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Needlework.Net.Desktop.Views
|
|
{
|
|
public partial class HomeView : UserControl
|
|
{
|
|
public HomeView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|