public ShadowPrefsForm2(ShadowForm1 f, ShadowPlugin shad) { InitializeComponent(); this.form1 = f; this.shadowPlug = shad; this.textBox3Brand.Text = shad.brand; this.textBox2Trigger.Text = shad.trigger; this.textBox1Indicator.Text = shad.indicator; this.Text = shad.brand; }
public ShadowForm1(ShadowPlugin shad) { this.shadowPlug = shad; InitializeComponent(); //webBrowser1.Navigate("about:blank"); }