示例#1
0
文件: MenuForm.cs 项目: Hutzpa/Kurs
 private void button4_Click(object sender, EventArgs e)
 {
     displayer = new Displayer(WhichForm.Plaintiff);
     displayer.ShowDialog();
 }
示例#2
0
文件: MenuForm.cs 项目: Hutzpa/Kurs
 private void button5_Click(object sender, EventArgs e)
 {
     displayer = new Displayer(WhichForm.Defendant);
     displayer.ShowDialog();
 }
示例#3
0
文件: MenuForm.cs 项目: Hutzpa/Kurs
 private void button3_Click(object sender, EventArgs e)
 {
     displayer = new Displayer(WhichForm.Judge);
     displayer.ShowDialog();
 }