将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace XP.Hardware.Detector.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// 面阵探测器配置视图 | Area detector configuration view
|
||||
/// </summary>
|
||||
public partial class DetectorConfigView : UserControl
|
||||
{
|
||||
public DetectorConfigView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user