private void Dialog_poDodaniuPrzedmiotu(object sender, Dialog_Dodaj.PoDodaniuPrzedmiotuEvent e) { if (!(listaPrzedmiotow[pozycja].zdjecie == e.przedmiot.zdjecie)) { if (File.Exists(listaPrzedmiotow[pozycja].zdjecie)) { File.Delete(listaPrzedmiotow[pozycja].zdjecie); } } listaPrzedmiotow.Add(e.przedmiot); ZapisOdczytTelefon.ZapiszDoPliku(listaPrzedmiotow); var adapter = new PrzedmiotAdapter(Context, Resource.Layout.Przedmiot, listaPrzedmiotow); lista.Adapter = adapter; listaPrzedmiotow.RemoveAt(pozycja); }
private void Dialog_poDodaniuPrzedmiotu(object sender, Dialog_Dodaj.PoDodaniuPrzedmiotuEvent e) { lPrzedmioty.Add(e.przedmiot); ZapisOdczytTelefon.ZapiszDoPliku(lPrzedmioty); }