Exemplo n.º 1
0
 public DlgAddLayerType(ref List<LayerType> layerTypes,LayerType layerType,LayerTypeEditType editType)
 {
     InitializeComponent();
     _layerTypes = layerTypes;
     _layerType = layerType;
     _editType = editType;
 }
Exemplo n.º 2
0
 public DlgAddLayerType(ref List <LayerType> layerTypes, LayerType layerType, LayerTypeEditType editType)
 {
     InitializeComponent();
     _layerTypes = layerTypes;
     _layerType  = layerType;
     _editType   = editType;
 }