Files

12 lines
215 B
C#
Raw Permalink Normal View History

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