Files
aistudio-wpf-diagram/Others/Fluent.Ribbon/Fluent.Ribbon.Showcase/RegularWindow.xaml.cs
2023-04-16 20:11:40 +08:00

12 lines
201 B
C#

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