示例#1
0
 private void showAuds_Click(object sender, EventArgs e)
 {
     var audsForm = new Auditoriums(_repo);
     audsForm.Show();
 }