Пример #1
0
 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;
 }
Пример #2
0
 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;
 }
Пример #3
0
 public ShadowForm1(ShadowPlugin shad)
 {
     this.shadowPlug = shad;
     InitializeComponent();
     //webBrowser1.Navigate("about:blank");
 }
Пример #4
0
 public ShadowForm1(ShadowPlugin shad)
 {
     this.shadowPlug = shad;
     InitializeComponent();
     //webBrowser1.Navigate("about:blank");
 }