Example #1
0
 public void DisposePreservedStack(GraphStack stack)
 {
     stack.Dispose();
     preservedStacks.Remove(stack);
 }