Example #1
0
 public VixWrapper()
 {
     try {
         vixLib = new VixCOM.VixLibClass();
     }
     catch(COMException comExc) {
         System.Diagnostics.Trace.WriteLine(comExc.Message + "\n");
         throw;
     }
 }
Example #2
0
 public VixWrapper()
 {
     try {
         vixLib = new VixCOM.VixLibClass();
     }
     catch (COMException comExc) {
         System.Diagnostics.Trace.WriteLine(comExc.Message + "\n");
         throw;
     }
 }