Example #1
0
        private void confgurarBancoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            dbConfig DbConfig = new dbConfig(pathExe);

            DbConfig.MdiParent = this;
            DbConfig.Show();
        }
Example #2
0
 private void confgurarBancoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     dbConfig DbConfig = new dbConfig(pathExe);
     DbConfig.MdiParent = this;
     DbConfig.Show();
 }