Exemple #1
0
 /// <summary>
 /// 移除用户
 /// </summary>
 /// <param name="oaClient">指定要移除的用户</param>
 private void _removeUser(OaClient oaClient)
 {
     _oaClientList.Remove(oaClient);
     oaClient.Close();
 }