예제 #1
0
 private void btnIncidenten_Click(object sender, EventArgs e)
 {
     var incidenten = new IncidentForm();
     incidenten.Show();
 }