11 lines
262 B
C#
11 lines
262 B
C#
namespace XP.Hardware.RaySource.Comet.Messages.Commands
|
|
{
|
|
/// <summary>
|
|
/// 全部电压自动定心命令
|
|
/// </summary>
|
|
public class AutoCenterCommand : RaySourceCommand
|
|
{
|
|
public override string CommandType => "AutoCenter";
|
|
}
|
|
}
|