mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-05 01:00:50 +08:00
12 lines
201 B
C#
12 lines
201 B
C#
using System.Windows;
|
|
|
|
namespace FluentTest
|
|
{
|
|
public partial class RegularWindow : Window
|
|
{
|
|
public RegularWindow()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
} |