mirror of
https://gitee.com/chinware/atomui.git
synced 2024-12-05 05:17:48 +08:00
11 lines
184 B
C#
11 lines
184 B
C#
|
using Avalonia.Controls;
|
||
|
|
||
|
namespace AtomUI.Demo.Desktop.ShowCase;
|
||
|
|
||
|
public partial class EmptyShowCase : UserControl
|
||
|
{
|
||
|
public EmptyShowCase()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|