コード例 #1
0
 public StandardPicker()
     : base(null)
 {
     requests = new SortList <Piece>();
 }
コード例 #2
0
 public StandardPicker()
 {
     duplicates = new Dictionary <int, List <Piece> > ();
     requests   = new SortList <Piece> ();
 }