Пример #1
0
        public override ITool Create(IToolCreationContext context)
        {
            var viewModel = new FrameParserViewModel();

            var view = new FrameParserView
            {
                DataContext = viewModel
            };

            return(new Tool(view, context.Factory));
        }
Пример #2
0
 public abstract ITool Create(IToolCreationContext context);