Exemplo n.º 1
0
 public CompareNoiseGraphic(string key, CompareNoiseAction element, Point center)
     : base(key, element, center)
 {
     this.needInit = System.Convert.ToBoolean(CompareNoise.NeedInit);
     this.Surface.Blit(new Surface(CompareNoise.GraphicIcon));
 }
 public CompareNoiseForm(CompareNoiseAction action)
 {
     InitializeComponent();
     this.helpTopic = CompareNoise.HelpTopic;
     this.action    = action;
 }
 public CompareNoisePanel(CompareNoiseAction action)
 {
     InitializeComponent();
     this.action = action;
 }