Ejemplo n.º 1
0
 private void tablesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     try
     {
         FormTables frmTables = new FormTables();
         frmTables.MdiParent = this;
         frmTables.Show();
     }
     catch (Exception)
     { }
 }
Ejemplo n.º 2
0
 private void tablesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     try
     {
         FormTables frmTables = new FormTables();
         frmTables.MdiParent = this;
         frmTables.Show();
     }
     catch (Exception)
     { }
 }