public MainWindow() { Utworzony = false; InitializeComponent(); Listbox_automaty.ItemsSource = DaneWejsciowe.Instancja.Automaty; wykres = new Wykres(); }
private void Resetuj() { if (Algorytm.NumerIteracji > 0) { wykres = new Wykres(); if (oknoPodsumowanie != null) { oknoPodsumowanie.AktualnyWykres = wykres; } Algorytm.Populacja.Clear(); Algorytm.NumerIteracji = 0; Textbox_przebieg.Text = ""; DaneWejsciowe.Instancja.ResetujAutomaty(); } }