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