internal Main(StarScript ss) { InitializeComponent(); this.ss = ss; this.ss.Osender += this.OnObjectRecived; this.ss.Msger += this.OnMessageRecived; }
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; }
internal SysmapForm(StarScript ss) { InitializeComponent(); this.ss = ss; this.ss.GalaxyScanSender += this.OnScanStep; }
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; }