private void LoadData() { // Set status of controls this.SetStatusControl(true, false, 0); // Load data in the fields this.AppName = "BCS-VzLaApp"; this.AppVersion = "Pre Beta Ver. 1.0.0.0"; this.AppLicense = "Test, with registration limit"; this.AppDevCompany = MethodsHelper.GetCompanyName(); this.AppWebPage = MethodsHelper.GetCompanyUrl(); this.AppEmailCompany = MethodsHelper.GetCompanyEmail(); }