示例#1
0
 public async static Task <PlayList> Load()
 {
     return((await JsonFileHelper.LoadJsonFromFileAsync <PlayList>(cachefile)) as PlayList);
 }