ApiExamples.ApiExampleBase.RemoveLicense C# (CSharp) Method

RemoveLicense() static private method

static private RemoveLicense ( ) : void
return void
       internal static void RemoveLicense()
        {
            License license = new License();
            license.SetLicense("");
        }