Esempio n. 1
0
        public void AddLicense(License license)
        {
            UInt32 status = OpenNIImporter.xnAddLicense(this.InternalObject, license);

            WrapperUtils.CheckStatus(status);
        }