Exemplo n.º 1
0
 public CheckedChangeListener(int Position, List <City> citys, ItemAdapter adapter)
 {
     this.Position = Position;
     this.citys    = citys;
     this.adapter  = adapter;
 }