OdessaGUIProject.TutorialForm.TutorialForm_Load C# (CSharp) Method

TutorialForm_Load() private method

private TutorialForm_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void TutorialForm_Load(object sender, EventArgs e)
        {
            DesignLanguage.ApplyCustomFont(this);
            coverLikeThisLabel.Width = notLikeThisLabel.Width = likeThisPicture.Width;

            // set this to check locally for perf reasons
            /* REMED to match Mac functionality for now
            if (Protection.GetLicenseStatus(localOnly: true) == Protection.ActivationState.Unlicensed)
            {
                continueButton.Text = "Begin &Trial";
                emailTextBox.Visible = true;
            }
            */
        }