internal PXCMHandModule(PXCMHandConfiguration.EventMaps maps, IntPtr instance, Boolean delete)
     : base(instance, delete)
 {
     this.maps = maps;
 }
 internal PXCMHandModule(PXCMHandConfiguration.EventMaps maps, IntPtr instance, Boolean delete)
     : base(instance, delete)
 {
     this.maps = maps;
 }
 internal PXCMHandModule(IntPtr instance, Boolean delete)
     : base(instance, delete)
 {
     maps = new PXCMHandConfiguration.EventMaps();
 }
 internal PXCMHandModule(IntPtr instance, Boolean delete)
     : base(instance, delete)
 {
     maps = new PXCMHandConfiguration.EventMaps();
 }