示例#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);
 }
示例#2
0
 public override void getFullPath(string path)
 {
     this.Url = MemorizeEntry.getFileFullPath(path, this.Url);
 }
示例#3
0
 internal void getFullPath(string path)
 {
     this.BackgroundImage = MemorizeEntry.getFileFullPath(path, this.BackgroundImage);
 }