public void ListSpecialite()
 {
     adapterSPE    = new SpecialiteAdapter(this, allSpecialites);
     lvSPE.Adapter = adapterSPE;
 }
Beispiel #2
0
 public void ListSpecialites()
 {
     adaperSPE      = new SpecialiteAdapter(this, lesSpecialites);
     lstSPE.Adapter = adaperSPE;
 }