Esempio n. 1
0
 /// <summary>
 /// Removes the provided break point
 /// </summary>
 public void Remove()
 {
     _process.RemoveBreakPoint(this);
 }