コード例 #1
0
 public void DelUser(string user)
 {
     if (_trackingEngine != null)
     {
         _trackingEngine.DelUser(user);
     }
 }