private void readTableToolStripMenuItem_Click(object sender, EventArgs e) { m_formReadTable = new FormReadTable(); m_formReadTable.Show(dockPanel); }