コード例 #1
0
 public static void ClearHolder()
 {
     while (0 <= Holder.m_stackIP)
     {
         Holder.PopBundleGroup();
     }
 }