public override PdnBaseForm CreateConfigDialog() { BitmapLayerPropertiesDialog blpd = new BitmapLayerPropertiesDialog(); blpd.Layer = this; return(blpd); }
public override PdnBaseForm CreateConfigDialog() { BitmapLayerPropertiesDialog blpd = new BitmapLayerPropertiesDialog(); blpd.Layer = this; return blpd; }