/// 破棄
 protected override void DoTerm()
 {
     if (objCh != null)
     {
         objCh.Term();
     }
     objCh = null;
 }