예제 #1
0
파일: MainForm.cs 프로젝트: smilelhh/MM
 private void ToolStripMenuItemFixed_Click(object sender, EventArgs e)
 {
     Fixed fd = new Fixed();
     fd.ShowDialog(this);
 }