mirror of
https://gitee.com/chinware/atomui.git
synced 2024-12-02 11:57:42 +08:00
1970152772
重构AddOnDecoratedInnerBox
12 lines
207 B
C#
12 lines
207 B
C#
using Avalonia.Controls;
|
|
|
|
namespace AtomUI.Demo.Desktop.ShowCase;
|
|
|
|
public partial class ButtonSpinnerShowCase : UserControl
|
|
{
|
|
public ButtonSpinnerShowCase()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
} |