示例#1
0
 async Task Unfriend(ButtonRow arg)
 {
     if (await ConfirmAsync("ConfirmUnfriend"))
     {
         IsBusy = true;
         UIApp.Run(() => _node.Unfriend(_friendAccountId));
     }
 }