Пример #1
0
 private void btnVerwijder_Click(object sender, EventArgs e)
 {
     if (OnButtonclick != null)
     {
         if (OpdrachtManagement.DeleteOpdrachtVoertuig(_opdarchtVoertuig))
         {
             ;
         }
         OnButtonclick(this, null);
     }
 }