public StartRfGraphic(string key, StartRfAction element, Point center)
     : base(key, element, center)
 {
     this.needInit = System.Convert.ToBoolean(StartRf.NeedInit);
     this.Surface.Blit(new Surface(StartRf.GraphicIcon));
 }
Esempio n. 2
0
 public StartRfPanel(StartRfAction action)
 {
     InitializeComponent();
     this.action = action;
 }
Esempio n. 3
0
 public StartRfForm(StartRfAction action)
 {
     InitializeComponent();
     this.helpTopic = StartRf.HelpTopic;
     this.action    = action;
 }