Esempio n. 1
0
 static public bool Auth(string l, string p)
 {
     return(client.Authorization(l, p));
 }