Files
aistudio-wpf-diagram/Others/Fluent.Ribbon/Fluent.Ribbon.Showcase/TestWindow.xaml.cs
2023-04-16 20:11:40 +08:00

12 lines
194 B
C#

namespace FluentTest
{
using Fluent;
public partial class TestWindow : RibbonWindow
{
public TestWindow()
{
this.InitializeComponent();
}
}
}