Ejemplo n.º 1
0
 /// <summary>
 /// must be overrided to initialize the ocx field
 /// </summary>
 protected override void AttachInterfaces()
 {
     try
     {
         this.ocx = (IVLCCore)COMWrapper.Wrap(this.GetOcx(), typeof(IVLCCore));
     }
     catch (System.Exception)
     {
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// must be overrided to initialize the ocx field
 /// </summary>
 protected override void AttachInterfaces()
 {
     try
     {
         this.ocx = (IVLCCore)COMWrapper.Wrap(this.GetOcx(), typeof(IVLCCore));
     }
     catch (System.Exception)
     {
     }
 }