Example #1
0
 //删除屏蔽
 public ErrorCodes DelShield(ulong delId)
 {
     return(mImpl.DelShield(this, delId));
 }