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

        }