protected override void Act()
            {
                var command = new TestCommandModel(Container.Resolve<IUIServiceWpf>());

                this.match = this.filter.Match(command);
            }
Example #2
0
            protected override void Act()
            {
                var command = new TestCommandModel(Container.Resolve <IUIServiceWpf>());

                this.match = this.filter.Match(command);
            }