コード例 #1
0
 public static PolygonLineLayerSymbologyForm GetInstance(LayerPropertyForm parent, MapLayer mapLayer)
 {
     if (_instance == null)
     {
         _instance = new PolygonLineLayerSymbologyForm(parent, mapLayer);
     }
     return(_instance);
 }
コード例 #2
0
 private void OnFormClosed(object sender, FormClosedEventArgs e)
 {
     _instance = null;
 }