Files
2023-04-16 20:11:40 +08:00

12 lines
215 B
C#

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