Exemplo n.º 1
0
 public void ReprintAllText()
 {
     TextPrinter.ClearText();
     PrintLastLog();
     foreach (object obj in textBuffer)
     {
         ProcessIM(obj, false);
     }
 }
Exemplo n.º 2
0
        public void ReprintAllText()
        {
            TextPrinter.ClearText();

            foreach (ChatBufferItem item in textBuffer)
            {
                ProcessBufferItem(item, false);
            }
        }