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