示例#1
0
 /// <summary>
 /// Set the status bar with the latest message.
 /// </summary>
 /// <param name="statusEvent"></param>
 private void SetStatusBar(StatusEvent statusEvent)
 {
     _statusBarEvent = statusEvent;
     this.NotifyOfPropertyChange(() => this.StatusBarText);
 }