public void SendMsg(int msgID, object args)
 {
     if (cobj != null)
     {
         cobj.SendMsg(msgID, args);
     }
 }