Esempio n. 1
0
 public void OpenFile(string filePath)
 {
     dataFilePath = filePath;
     data.ReadFromFile(filePath);
     UpdateItemsBox();
 }