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