mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-30 02:47:45 +08:00
11 lines
187 B
C#
11 lines
187 B
C#
using Avalonia.Controls;
|
|
|
|
namespace AtomUI.Demo.Desktop.ShowCase;
|
|
|
|
public partial class MenuShowCase : UserControl
|
|
{
|
|
public MenuShowCase()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |