Esempio n. 1
0
 public void Login(string serverURL, string userName, string password)
 {
     addAndRunRequestAsPossible <Func <string, string, string, bool> >
         ((a, b, c) => SERVICES.Login(serverURL, userName, password), "Login");
 }