private void btnGAS_Click(object sender, EventArgs e) { GeneticAlgorithmSettingForm GASF = new GeneticAlgorithmSettingForm(); GASF.ShowDialog(); }