atomui/samples/AtomUI.Demo.Desktop/ShowCase/EmptyShowCase.axaml.cs
2024-07-30 10:14:09 +08:00

11 lines
184 B
C#

using Avalonia.Controls;
namespace AtomUI.Demo.Desktop.ShowCase;
public partial class EmptyShowCase : UserControl
{
public EmptyShowCase()
{
InitializeComponent();
}
}