示例#1
0
 private async Task <string> GetName(string text)
 {
     return(await DialogsHelper.GetValue(text, WindowType.TreeMenu));
 }