Beispiel #1
0
 private void Clear_Click(object sender, RoutedEventArgs e)
 {
     FiringHistory.Clear();
     wheelScale      = 0;
     theCanvas.Width = scroller.ActualWidth;
     scroller.ScrollToRightEnd();
     ReallyDraw();
 }
Beispiel #2
0
 public static void CloseHistoryWindow()
 {
     if (fwWindow != null)
     {
         fwWindow.Close();
     }
     FiringHistory.Clear();
 }