Example #1
0
 public void LoadLastbilKomp()
 {
     kompLastBSamling.komp = ILastbkomp.Load <LastbilKomponenter>(folderPath + lastkompPath);
 }
Example #2
0
 public async Task  SaveLastbilKomp()
 {
     ILastbkomp = kompLastBSamling;
     await ILastbkomp.SaveAsync(folderPath + lastkompPath);
 }