コード例 #1
0
        private void newlocbutton_Click(object sender, EventArgs e)
        {
            newphysicallocation newloc = new newphysicallocation();

            newloc.Show();
        }
コード例 #2
0
ファイル: WelcomeForm.cs プロジェクト: bones05/ScienceLab
 private void newlocbutton_Click(object sender, EventArgs e)
 {
     newphysicallocation newloc = new newphysicallocation();
     newloc.Show();
 }