예제 #1
0
 public void SetMarked(bool marked)
 {
     MarkEvent = marked;
     BreakpointManager.RefreshBreakpoints(this);
 }
예제 #2
0
 public void SetEnabled(bool enabled)
 {
     Enabled = enabled;
     BreakpointManager.RefreshBreakpoints(this);
 }