private void PhysicalB_Click(object sender, EventArgs e) { Physical p = new Physical(); p.Show(); }
private void physicalToolStripMenuItem_Click(object sender, EventArgs e) { Physical physical = new Physical(); physical.Show(); }