Exemplo n.º 1
0
        public override PdnBaseForm CreateConfigDialog()
        {
            BitmapLayerPropertiesDialog blpd = new BitmapLayerPropertiesDialog();

            blpd.Layer = this;
            return(blpd);
        }
Exemplo n.º 2
0
 public override PdnBaseForm CreateConfigDialog()
 {
     BitmapLayerPropertiesDialog blpd = new BitmapLayerPropertiesDialog();
     blpd.Layer = this;
     return blpd;
 }