public void PresistActivation() { if (!this.ActivationStatus()) { License lic = new License(); lic.ShowDialog(); } }