/// <summary> /// The set state offline. /// </summary> private void SetStateOffline() { this.Dispatcher.BeginInvoke( new Action( () => { TabCommunityChat.IsEnabled = false; TabMain.Focus(); })); }
/// <summary> /// The set state offline. /// </summary> private void SetStateOffline() { this.Dispatcher.BeginInvoke( new Action( () => { TabCommunityChat.IsEnabled = false; TabMain.Focus(); menuSub.Visibility = Visibility.Collapsed; })); }