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