将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace XP.Hardware.MotionControl.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// 运动控制调试窗口(Jog 点动)| Motion Control Debug Window (Jog)
|
||||
/// </summary>
|
||||
public partial class MotionDebugWindow : Window
|
||||
{
|
||||
public MotionDebugWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
if (Application.Current?.MainWindow != null)
|
||||
Icon = Application.Current.MainWindow.Icon;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user