Exemplo n.º 1
0
 private void TabControl_SelectionChanged(object sender, System.Windows.Controls.SelectionChangedEventArgs e)
 {
     if (e.Source is System.Windows.Controls.TabControl)
     {
         StatusBar.ClearProgress();
     }
 }
Exemplo n.º 2
0
 private void Progress_Clear()
 {
     previous = 0;
     StatusBar.ClearProgress();
 }