我对ListView自行排序,需要new ListViewSort,有谁知道需要什么namespace 或者type
出错提示: 
 The   type   or   namespace   name    'ListViewSort '   could   not   be   found   (are   you   missing   a   using   directive   or   an   assembly   reference?)
------解决方案--------------------up
------解决方案--------------------ListViewSort是实现IComparer接口的类,自己实现!