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