Ejemplo n.º 1
0
 private async void Search(string expertIs, string expertFor)
 {
     var fapi = new ApiInteract();
     DumpBlock.Text = await fapi.ApiSearch(expertFor);
 }