11 lines
246 B
C#
11 lines
246 B
C#
namespace XP.Hardware.RaySource.Comet.Messages.Commands
|
|
{
|
|
/// <summary>
|
|
/// 训机设置命令
|
|
/// </summary>
|
|
public class TrainingCommand : RaySourceCommand
|
|
{
|
|
public override string CommandType => "Training";
|
|
}
|
|
}
|