Files

12 lines
208 B
C#
Raw Permalink Normal View History

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