public static PolygonLineLayerSymbologyForm GetInstance(LayerPropertyForm parent, MapLayer mapLayer) { if (_instance == null) { _instance = new PolygonLineLayerSymbologyForm(parent, mapLayer); } return(_instance); }
private void OnFormClosed(object sender, FormClosedEventArgs e) { _instance = null; }