예제 #1
0
 internal ActionStack(TransparentStack <A> stack)
 {
     this.stack = stack;
 }