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

12 lines
237 B
C#

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