public void UpdateMessage(object sender, BackgroundEventArgs args)
 {
     this.label1.Text = args.Message;
 }
Esempio n. 2
0
 public void UpdateMessage(object sender, BackgroundEventArgs args)
 {
     this.label1.Text = args.Message;
 }