Esempio n. 1
0
 //adds newString to the top of the stack
 public void Push(String newString)
 {
     stack.AddFirst(newString);
 }