Exemple #1
0
        /// <summary>
        /// Try to activate the app
        /// </summary>
        internal void Activate()
        {
#if LICENSED
            if (Helper.Activation(ParentForm, LicenseContainer.GetBlackBerryLicense()))
            {
                UpdateLicensingInfo();
            }
#else
            // Keep this as literal string.
            MessageBox.Show("Download the licensed version from the My Account section of our website.");
#endif
        }