public SetOutForm(SetOutAction action) { InitializeComponent(); this.helpTopic = SetOut.HelpTopic; this.action = action; this.cbValues = new MowayComboBox[] { this.cbValue0, this.cbValue1, this.cbValue2, this.cbValue3, this.cbValue4, this.cbValue5 }; }
public SetOutPanel(SetOutAction action) { InitializeComponent(); this.action = action; this.cbValues = new MowayComboBox[] { this.cbValue0, this.cbValue1, this.cbValue2, this.cbValue3, this.cbValue4, this.cbValue5 }; }
public SetOutGraphic(string key, SetOutAction element, Point center) : base(key, element, center) { this.needInit = System.Convert.ToBoolean(SetOut.NeedInit); this.Surface.Blit(new Surface(SetOut.GraphicIcon)); }