mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-17 06:36:36 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace FluentTest
|
||||
{
|
||||
public partial class RegularWindow : Window
|
||||
{
|
||||
public RegularWindow()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user