Exemplo n.º 1
0
        private void openToolStripMenuItem_Click(object sender, EventArgs e)
        {
            open_account o = new open_account();

            o.MdiParent = this.MdiParent;
            o.Show();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            open_account o = new open_account();

            o.ShowDialog();
        }
Exemplo n.º 3
0
 private void openToolStripMenuItem_Click(object sender, EventArgs e)
 {
     open_account o = new open_account();
     o.MdiParent = this.MdiParent;
     o.Show();
 }
Exemplo n.º 4
0
 private void button1_Click(object sender, EventArgs e)
 {
     open_account o = new open_account();
        o.ShowDialog();
 }