コード例 #1
0
 public void RegisterNewAccount(AEC.Service.AccountPut account, AEC.Service.Captcha captcha)
 {
     base.Channel.RegisterNewAccount(account, captcha);
 }
コード例 #2
0
 public string Login(string login1, string password, AEC.Service.Captcha captcha)
 {
     return(base.Channel.Login(login1, password, captcha));
 }