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

11 lines
195 B
C#
Raw Normal View History

using Avalonia.Controls;
namespace AtomUI.Demo.Desktop.ShowCase;
public partial class TitleBarShowCase : UserControl
{
2024-09-10 00:09:07 +08:00
public TitleBarShowCase()
{
InitializeComponent();
}
}