private void button1_Click(object sender, EventArgs e) { this.DialogResult = DialogResult.OK; Tienich frm = new Tienich(); frm.MdiParent = this.ParentForm; this.Close(); frm.Show(); }
private void metroTileItem2_Click(object sender, EventArgs e) { Tienich frm = new Tienich(); frm.MdiParent = this.ParentForm; this.Close(); frm.Show(); }