예제 #1
0
            public NotificationActivator(EditorIntegration editorIntegration, string filePath)
            {
                Contract.Assert(editorIntegration != null);
                Contract.Assert(filePath != null);

                this.editorIntegration = editorIntegration;
                this.filePath          = filePath;
            }
예제 #2
0
 public VisualStudioIntegration()
 {
     Editor = new EditorIntegration(this);
 }