private void FormMapHQ_Load(object sender, EventArgs e) { _siteCur = SiteLinks.GetSiteByIP(); if (_siteCur == null) { MessageBox.Show("Error. No sites found in the cache."); DialogResult = DialogResult.Abort; Close(); return; } FormOpenDental.AddMapToList(this); FillMaps(); FillTabs(); FillCombo(); FillMapAreaPanel(); FillTriageLabelColors(); }