コード例 #1
0
ファイル: ServersList.cs プロジェクト: pengpercy/lphant
        public void Sort()
        {
            IComparer myServerListSorter = new ServerListSorter();

            InnerList.Sort(myServerListSorter);
        }
コード例 #2
0
ファイル: ServersList.cs プロジェクト: sonicwang1989/lphant
 public void Sort()
 {
     IComparer myServerListSorter = new ServerListSorter();
     InnerList.Sort(myServerListSorter);
 }