Exemplo n.º 1
0
 //获取邮件
 public Mail GetMail(ulong uId)
 {
     return(mStaticImpl.GetMail(this, uId));
 }