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