Example #1
0
 public void Dispose()
 {
     _manager = null;
     _editor  = null;
 }
Example #2
0
 public BreakPointMargin(CodeEditor editor, BreakpointStore manager)
 {
     _manager = manager;
     _editor  = editor;
 }
Example #3
0
 public void Dispose()
 {
     _editor   = null;
     _textArea = null;
 }