public CComponent GetCom(string strComName)
 {
     if (cobj != null)
     {
         return(cobj.GetCom(strComName));
     }
     return(null);
 }