public MenuPSO(PSOInput hp, ControllerPSO AktywujPSO) { AktywujSwarma = AktywujPSO; this.Parametry = hp; }
public MainWindow() { InitializeComponent(); PSO = new ControllerPSO(this); Dispatcher.UnhandledException += eventHandler; }