Files
XplorePlane/XplorePlane/Views/PipelineEditorWindow.xaml.cs
T
2026-03-14 23:21:19 +08:00

13 lines
215 B
C#

using System.Windows;
namespace XplorePlane.Views
{
public partial class PipelineEditorWindow : Window
{
public PipelineEditorWindow()
{
InitializeComponent();
}
}
}