Ejemplo n.º 1
0
            public NotificationActivator(EditorIntegration editorIntegration, string filePath)
            {
                Contract.Assert(editorIntegration != null);
                Contract.Assert(filePath != null);

                _editorIntegration = editorIntegration;
                _filePath          = filePath;
            }
Ejemplo n.º 2
0
 public VisualStudioIntegration()
 {
     Editor = new EditorIntegration(this);
 }
Ejemplo n.º 3
0
 public VisualStudioIntegration()
 {
     Editor = new EditorIntegration(this);
 }
Ejemplo n.º 4
0
            public NotificationActivator(EditorIntegration editorIntegration, string filePath)
            {
                Contract.Assert(editorIntegration != null);
                Contract.Assert(filePath != null);

                _editorIntegration = editorIntegration;
                _filePath = filePath;
            }