private void button1_Click(object sender, EventArgs e) { this.Hide(); LOPDATA.LOP frclass = new LOPDATA.LOP(); frclass.ShowDialog(); this.Close(); }