Exemple #1
0
 private void KallaFil()
 {
     lunchList = (LunchList)FileOperations.Deserialize("filename");
     VisaLunchList();
     KallaSistaID();
 }
Exemple #2
0
 private void SparaFil(LunchList lunchList, string filename)
 {
     FileOperations.Serialize(lunchList, filename);
 }