private void button1_Click_1(object sender, EventArgs e) { if (_jadro.Povolene) { _jadro.VytvorDohadzovaca(); var uc = new DohadzovanieForm(_jadro, this, null, null, 3, 1); uc.Visible = true; uc.Show(); } }