Example #1
0
 void __msg(ListBox.ObjectCollection list,string str)
 {
     if (list.Count >= 256)
         list.RemoveAt(0);
     list.Add(str);
 }