示例#1
0
 private static async Task <string> LoadSendable(string name)
 {
     return((await JsonLoader.LoadSendable(name)).Item1);
 }