Exemplo n.º 1
0
 private void SaveCachedData(string newData)
 {
     FileIO.WriteText(cacheFilename, newData);
     cachedData = newData;
 }