Пример #1
0
        async Task Rename(ButtonRow arg)
        {
            IsBusy = true;

            if (await ConfirmAsync("RenameConfirm"))
            {
                UIApp.Run(() => _node.RenameInbox(_inboxItem.KeyIndex, _titleRow.Edit.Text));
            }
        }