private void button2_Click(object sender, EventArgs e) { AboutBox1 info = new AboutBox1(); //Zobrazení informací o programu info.ShowDialog(); }
private void Start() { AboutBox1 info = new AboutBox1(); //Zobrazení informací o programu info.ShowDialog(); }