Beispiel #1
0
 public BmobRemote Login <T>(String username, String pwd) where T : cn.bmob.io.BmobUser
 {
     BmobWrapper.Login <T>(username, pwd, NonCallback);
     return(this);
 }