예제 #1
0
        public override PdnBaseForm CreateConfigDialog()
        {
            BitmapLayerPropertiesDialog blpd = new BitmapLayerPropertiesDialog();

            blpd.Layer = this;
            return(blpd);
        }
예제 #2
0
 public override PdnBaseForm CreateConfigDialog()
 {
     BitmapLayerPropertiesDialog blpd = new BitmapLayerPropertiesDialog();
     blpd.Layer = this;
     return blpd;
 }