public void RegMsg(int msgID)
 {
     if (cobj != null)
     {
         cobj.RegMsg(msgID, this);
     }
 }