private void buttonHola_Click(object sender, EventArgs e) { this.Hide(); OnlyFun of = new OnlyFun(); of.ShowDialog(); }