Exemple #1
0
 internal Main(StarScript ss)
 {
     InitializeComponent();
     this.ss          = ss;
     this.ss.Osender += this.OnObjectRecived;
     this.ss.Msger   += this.OnMessageRecived;
 }
Exemple #2
0
 public LoginForm()
 {
     //string XPATH_METALMINE = "/html/body/center/table/tr/td/center/table/tr[{0:d}]/td[2]/a";
     //string s = string.Format(XPATH_METALMINE, 2);
     InitializeComponent();
     this.ss     = new StarScript();
     ss.Osender += this.OnLogin;
 }
Exemple #3
0
 internal SysmapForm(StarScript ss)
 {
     InitializeComponent();
     this.ss = ss;
     this.ss.GalaxyScanSender += this.OnScanStep;
 }
Exemple #4
0
 internal DispatchForm(StarScript ss)
 {
     InitializeComponent();
     this.ss          = ss;
     this.ss.Csender += this.OnConRecived;
 }
 internal DeadSheepForm(StarScript ss)
 {
     InitializeComponent();
     this.ss            = ss;
     this.ss.Rsosender += OnScanOver;
 }