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