Exemplo n.º 1
0
            public void doit()
            {
                ResultObject result = UserServiceCalls.Present(language, policy_url, verify_url, optional_cookie);

                result.handle = handle;
                callback(result);
            }
Exemplo n.º 2
0
 public ResultObject Present(string language, string policy_url, string verify_url, string optional_cookie)
 {
     return(UserServiceCalls.Present(language, policy_url, verify_url, optional_cookie));
 }