Beispiel #1
0
 public async Task FetchUpdateSourceHost()
 {
     result = await wurmAssistantMainService.GetCurrentUpdateSourceHost();
 }
Beispiel #2
0
 public async Task <string> GetCurrentUpdateSourceHost()
 {
     return(await wurmAssistantService.GetCurrentUpdateSourceHost());
 }