Cross-thread operations with PostSharp

1 public void ShowStatus(ApplicationStatus status)
2 {
3     this._lblServiceAddress.Text = "Connected to: "
4         + status.WebServiceAddress;
5     this._lblUserId.Text = "Working as: "
6         + status.UserId;
7 }

Posted via web from solution revolution