摘要: 比如在一个Windows项目中,一个OutPut类,一个InfoWin窗体类,InfoWin窗体类中有一个ListView控件,ID设为ListView_OutPut.现在我将ListView修饰为Public.我在OutPut类中写如下代码 : static InfoWin infowin = new InfoWin(); ListViewItem item1 = new ListV... 阅读全文
posted @ 2007-05-09 12:27 小罗 阅读(1376) 评论(13) 推荐(0)