コード例 #1
0
            public CommandFilter(
                CopyDataService copyDataService,
                IWpfTextView view)
            {
                this.copyDataService = copyDataService;
                this.view            = view;

                this.pasteHandler = new PasteHandler(this.view);
            }
コード例 #2
0
            public CommandFilter(
                CopyDataService copyDataService,
                IWpfTextView view)
            {
                this.copyDataService = copyDataService;
                this.view = view;

                this.pasteHandler = new PasteHandler(this.view);
            }