Files
aistudio-wpf-diagram/Fluent.Ribbon/Fluent.Ribbon.Showcase/RegularWindow.xaml.cs

12 lines
201 B
C#
Raw Normal View History

2021-07-23 09:42:22 +08:00
using System.Windows;
namespace FluentTest
{
public partial class RegularWindow : Window
{
public RegularWindow()
{
this.InitializeComponent();
}
}
}