예제 #1
0
파일: dfmReport.cs 프로젝트: emm274/fcObj
 void __msg(ListBox.ObjectCollection list,string str)
 {
     if (list.Count >= 256)
         list.RemoveAt(0);
     list.Add(str);
 }