예제 #1
0
 private bool ConnectToEnterpriseServer(string url, string username, string password)
 {
     return(ES.Connect(url, username, password));
 }