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