Exemple #1
0
 public bool DeleteControl(OCL.User AccessingUser, OCL.Control TargetControl)
 {
     OCL.Functions F = new OCL.Functions();
     return F.DeleteControl(AccessingUser,TargetControl);
 }