private void Clear_Click(object sender, RoutedEventArgs e) { ValueListBox.Items.Clear(); DailyGrowth.Clear(); InitialPopulation.Clear(); Duration.Clear(); Organism_Name.Clear(); _growthRate.ClearChart(); }
private void _CustomerService_Loaded(object sender, RoutedEventArgs e) { DailyGrowth.Clear(); InitialPopulation.Clear(); Duration.Clear(); }