« Back to posts
  • Viewed
    times
January 29, 2010

Cross-thread operations with PostSharp

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

Tweet
  • 0 responses
  • Like
  • Comment