Exemplo n.º 1
0
 private void addLineToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Tables.tblLine.frmAddLine frmAddLine = new frmAddLine(this);
     frmAddLine.Show();
     this.Enabled = false;
 }