コード例 #1
0
 public static void PushOnStack(object o)
 {
     StackContext.PushOnStack(o);
 }