public DlgAddLayerType(ref List<LayerType> layerTypes,LayerType layerType,LayerTypeEditType editType) { InitializeComponent(); _layerTypes = layerTypes; _layerType = layerType; _editType = editType; }
public DlgAddLayerType(ref List <LayerType> layerTypes, LayerType layerType, LayerTypeEditType editType) { InitializeComponent(); _layerTypes = layerTypes; _layerType = layerType; _editType = editType; }