예제 #1
0
 public string GetControleur()
 {
     if (Controleur != null)
     {
         return(Controleur.GetLidNaam());
     }
     return("");
 }