public NotificationActivator(EditorIntegration editorIntegration, string filePath) { Contract.Assert(editorIntegration != null); Contract.Assert(filePath != null); _editorIntegration = editorIntegration; _filePath = filePath; }
public VisualStudioIntegration() { Editor = new EditorIntegration(this); }