mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-12 12:39:27 +08:00
12 lines
208 B
C#
12 lines
208 B
C#
|
|
using Fluent;
|
||
|
|
|
||
|
|
namespace FluentTest
|
||
|
|
{
|
||
|
|
public partial class MinimalWindowSample : RibbonWindow
|
||
|
|
{
|
||
|
|
public MinimalWindowSample()
|
||
|
|
{
|
||
|
|
this.InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|