Example #1
0
 public void PrintTest()
 {
     StackClass stack = new StackClass();
     stack.Print();
 }