예제 #1
0
 internal ShiftAlias(ShiftNode parent)
 {
     Node = parent;
 }
예제 #2
0
 internal ShiftOut(ShiftNode parent)
 {
     Parent = parent;
 }