Files

12 lines
194 B
C#
Raw Permalink Normal View History

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