internal void SetBrand() { BrandHandler.PrepareBrand(_emptyForm); // allow UI to show another look, i.e. present a brand alternative to EUROMOD }
internal void AddAndShowCountryMainForm(EM_UI_MainForm countryMainForm) { BrandHandler.PrepareBrand(countryMainForm); _countryMainForms.Add(countryMainForm); countryMainForm.Show(); }