Exemplo n.º 1
0
 internal void getFullPath(string path)
 {
     this.CorrectImage   = MemorizeEntry.getFileFullPath(path, this.CorrectImage);
     this.CorrectMusic   = MemorizeEntry.getFileFullPath(path, this.CorrectMusic);
     this.IncorrectImage = MemorizeEntry.getFileFullPath(path, this.IncorrectImage);
     this.IncorrectMusic = MemorizeEntry.getFileFullPath(path, this.IncorrectMusic);
 }
Exemplo n.º 2
0
 public override void getFullPath(string path)
 {
     this.Url = MemorizeEntry.getFileFullPath(path, this.Url);
 }
Exemplo n.º 3
0
 internal void getFullPath(string path)
 {
     this.BackgroundImage = MemorizeEntry.getFileFullPath(path, this.BackgroundImage);
 }