13 lines
233 B
C#
13 lines
233 B
C#
using System.Windows.Controls;
|
|
|
|
namespace XplorePlane.Views
|
|
{
|
|
public partial class MotionControlPanelView : UserControl
|
|
{
|
|
public MotionControlPanelView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|