public QubeItToolsChangeProcessor(Inventor.Application inventorApplication, IChangeProcessorParent parentClass, string internalName,
     string commandName, string clientID)
 {
     _inventorApplication = inventorApplication;
     _parentClass = parentClass;
     _clientID = clientID;
     _changeDefInternalName = internalName;
     _changeDefCommandName = commandName;
 }
Exemple #2
0
 public QubeItToolsChangeProcessor(Inventor.Application inventorApplication, IChangeProcessorParent parentClass, string internalName,
                                   string commandName, string clientID)
 {
     _inventorApplication   = inventorApplication;
     _parentClass           = parentClass;
     _clientID              = clientID;
     _changeDefInternalName = internalName;
     _changeDefCommandName  = commandName;
 }