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); }
public bool CtlLaserControl(PowerXFactor powerXFactor, float powerXValue) { return(true); }