private void KmlUtilForm_Shown(object sender, EventArgs e) { if (!this.DesignMode) { ContentSelector.setLocale(catalog); if (kml != null) { ContentSelector.initFromKml(kml); } } }
/// <summary> /// Virtual method for extra inits /// </summary> protected override void AfterFileOpenerChanged() { ContentSelector.initFromKml(kml); }