public CompareBrightnessPanel(CompareBrightnessAction action)
 {
     InitializeComponent();
     this.action = action;
 }
Example #2
0
 public CompareBrightnessGraphic(string key, CompareBrightnessAction element, Point center)
     : base(key, element, center)
 {
     this.needInit = System.Convert.ToBoolean(CompareBrightness.NeedInit);
     this.Surface.Blit(new Surface(CompareBrightness.GraphicIcon));
 }
 public CompareBrightnessForm(CompareBrightnessAction action)
 {
     InitializeComponent();
     this.helpTopic = CompareBrightness.HelpTopic;
     this.action    = action;
 }