Files
XplorePlane/XplorePlane/Views/MotionControlPanelView.xaml.cs
T
2026-03-14 16:55:35 +08:00

13 lines
233 B
C#

using System.Windows.Controls;
namespace XplorePlane.Views
{
public partial class MotionControlPanelView : UserControl
{
public MotionControlPanelView()
{
InitializeComponent();
}
}
}