Beispiel #1
0
 public AssignNoisePanel(AssignNoiseAction action)
 {
     InitializeComponent();
     this.action = action;
 }
 public AssignNoiseGraphic(string key, AssignNoiseAction element, Point center)
     : base(key, element, center)
 {
     this.needInit = System.Convert.ToBoolean(AssignNoise.NeedInit);
     this.Surface.Blit(new Surface(AssignNoise.GraphicIcon));
 }
 public AssignNoiseForm(AssignNoiseAction action)
 {
     InitializeComponent();
     this.helpTopic = AssignNoise.HelpTopic;
     this.action    = action;
 }