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