atomui/samples/AtomUI.Demo.Desktop/ShowCase/EmptyShowCase.axaml.cs

11 lines
184 B
C#
Raw Normal View History

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