Ejemplo n.º 1
0
        public void ShowPropertyEditor(IWin32Window current)
        {
            TextureMap tm = new TextureMap(TextureNameBlock, this);

            tm.Show(current);
        }
Ejemplo n.º 2
0
        public void ShowPropertyEditor(IWin32Window current)
        {
            TextureMap tm = new TextureMap(TextureNameBlock, textureBlocks.First(), textureBlocks.Last(), objectBlocks, dataFileRef);

            tm.Show(current);
        }
Ejemplo n.º 3
0
        public void ShowPropertyEditor(IWin32Window current)
        {
            TextureMap tm = new TextureMap(this, null);

            tm.Show(current);
        }