Files
aistudio-wpf-diagram/Fluent.Ribbon/Fluent.Ribbon.Showcase/RibbonWindowWithBackgroundImage.xaml.cs

12 lines
235 B
C#
Raw Normal View History

2021-07-23 09:42:22 +08:00
using Fluent;
namespace FluentTest
{
public partial class RibbonWindowWithBackgroundImage : RibbonWindow
{
public RibbonWindowWithBackgroundImage()
{
this.InitializeComponent();
}
}
}