Files

11 lines
242 B
C#

namespace XP.Hardware.RaySource.Comet.Messages.Commands
{
/// <summary>
/// 暖机设置命令
/// </summary>
public class WarmUpCommand : RaySourceCommand
{
public override string CommandType => "WarmUp";
}
}