FastQuant.LicenseManager.LoadLicense C# (CSharp) Méthode

LoadLicense() public méthode

public LoadLicense ( byte license ) : void
license byte
Résultat void
        public void LoadLicense(byte[] license)
        {
            throw new NotImplementedException();
        }
    }