private void button5_Click(object sender, EventArgs e) { Form5 frm = new Form5();//Class yapısı frm.Show(); }