示例#1
0
 public YourCustomLaser(uint index, string name, float maxPowerWatt, PowerXFactor powerXFactor)
 {
     this.Index        = index;
     this.Name         = name;
     this.MaxPowerWatt = maxPowerWatt;
     this.PowerXFactor = powerXFactor;
     this.Form         = new LaserForm(this);
 }
示例#2
0
 public bool CtlLaserControl(PowerXFactor powerXFactor, float powerXValue)
 {
     return(true);
 }