private void ToolStripMenuItemInUsing_Click(object sender, EventArgs e) { InUsing iu = new InUsing(); iu.ShowDialog(this); }