Ejemplo n.º 1
0
 public StandardPicker()
     : base(null)
 {
     requests = new SortList <Piece>();
 }
Ejemplo n.º 2
0
 public StandardPicker()
 {
     duplicates = new Dictionary <int, List <Piece> > ();
     requests   = new SortList <Piece> ();
 }