Files
aistudio-wpf-diagram/Fluent.Ribbon/Fluent.Ribbon.Showcase/RibbonWindowWithoutRibbon.xaml.cs
2021-07-23 09:42:22 +08:00

12 lines
223 B
C#

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