Exemple #1
0
 public void Save(string path)
 {
     this.correctImage   = MemorizeEntry.copyFile(this.correctImage, path);
     this.correctMusic   = MemorizeEntry.copyFile(this.correctMusic, path);
     this.incorrectImage = MemorizeEntry.copyFile(this.incorrectImage, path);
     this.incorrectMusic = MemorizeEntry.copyFile(this.incorrectMusic, path);
 }
Exemple #2
0
 public override void Save(string path)
 {
     try
     {
         this.url = MemorizeEntry.copyFile(this.url, path);
     }
     catch
     {
     }
 }