Exemplo n.º 1
0
        public void EditProperties()
        {
            EditLayerInteraction interaction = new EditLayerInteraction();

            this.actionHandler.OpenWindow(interaction);
        }
Exemplo n.º 2
0
        private void EditLayerProperties()
        {
            EditLayerInteraction interaction = new EditLayerInteraction(this.Layer);

            this.actionHandler.OpenWindow(interaction);
        }
Exemplo n.º 3
0
        public void EditLayerProperties()
        {
            EditLayerInteraction interaction = new EditLayerInteraction();

            this.eventAggregator.GetEvent <OpenWindowEvent>().Publish(interaction);
        }