コード例 #1
0
        public void NewLayer()
        {
            NewLayerInteraction interaction = new NewLayerInteraction();

            this.actionHandler.OpenWindow(interaction);
        }
コード例 #2
0
        private void NewLayer()
        {
            NewLayerInteraction interaction = new NewLayerInteraction(this.Layer.Map.Value);

            this.actionHandler.OpenWindow(interaction);
        }
コード例 #3
0
        public void NewLayer()
        {
            NewLayerInteraction interaction = new NewLayerInteraction();

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