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