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