Exemplo n.º 1
0
 public Boolean checkIfRegistered()
 {
     if (prof.IsRegistered(APPLICATION_NAME))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }