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

12 lines
194 B
C#

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