Files
aistudio-wpf-diagram/Fluent.Ribbon/Fluent.Ribbon.Showcase/RegularWindow.xaml.cs
2021-07-23 09:42:22 +08:00

12 lines
201 B
C#

using System.Windows;
namespace FluentTest
{
public partial class RegularWindow : Window
{
public RegularWindow()
{
this.InitializeComponent();
}
}
}