#0023 整理项目结构

This commit is contained in:
zhengxuan.zhang
2026-03-15 00:24:02 +08:00
parent dc35faabf1
commit 1b1b0872c7
43 changed files with 303 additions and 220 deletions
@@ -0,0 +1,12 @@
using System.Windows;
namespace XplorePlane.Views
{
public partial class PipelineEditorWindow : Window
{
public PipelineEditorWindow()
{
InitializeComponent();
}
}
}