我对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接口的类,自己实现!