Example #1
0
 public BreakpointBookmarkFactory(AbstractEditorForm editorForm)
 {
     EditorForm = editorForm;
 }
Example #2
0
 public BreakpointBookmarkFactory(AbstractEditorForm editorForm)
 {
     EditorForm = editorForm;
 }
Example #3
0
 public BreakpointBookmark(IDocument document, ICSharpCode.TextEditor.TextLocation location, AbstractEditorForm editorForm)
     : base(document, location)
 {
     EditorForm = editorForm;
 }
Example #4
0
 public BreakpointBookmark(IDocument document, ICSharpCode.TextEditor.TextLocation location, AbstractEditorForm editorForm)
     : base(document, location)
 {
     EditorForm = editorForm;
 }