Пример #1
0
 public void ClearBufferList(int StartIndex, int Index)
 {
     BufferList.RemoveRange(StartIndex, Index);
 }