mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-15 14:06:47 +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();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|