示例#1
0
 void FEvents_connectbutton(ChangedEvent e)
 {
 }
示例#2
0
 void FEvents_list(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.listBox1.Items.Remove(e.Message)));
 }
示例#3
0
 void FEvents_ip(ChangedEvent e)
 {
 }
示例#4
0
 void FEvents_status(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.label5.Text = (string)e.Message));
 }
示例#5
0
 void FEvents_progressbar(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.progressBar1.Value = (int)e.Message));
 }
示例#6
0
 void FEvents_drop(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.label2.Enabled = (bool)e.Message));
 }
示例#7
0
 void FEvents_title(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.Text = (string)e.Message));
 }
示例#8
0
 void FEvents_status(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.label5.Text = (string)e.Message));
 }
示例#9
0
 void FEvents_title(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.Text = (string)e.Message));
 }
示例#10
0
 void FEvents_progressbar(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.progressBar1.Value = (int)e.Message));
 }
示例#11
0
 void FEvents_list(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.listBox1.Items.Remove(e.Message)));
 }
示例#12
0
 void FEvents_ip(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.textBox1.ReadOnly = (bool)e.Message));
 }
示例#13
0
 //Events
 void FEvents_drop(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.label2.Enabled = (bool)e.Message));
 }
示例#14
0
 void FEvents_connectbutton(ChangedEvent e)
 {
     this.Invoke((MethodInvoker)(() => this.button1.Text = (string)e.Message));
 }