private void updateBlocklistButton_Click(object sender, EventArgs e) { updateBlocklistButton.Enabled = false; updateBlocklistButton.Tag = updateBlocklistButton.Text; updateBlocklistButton.Text = OtherStrings.Updating; Program.Form.SetupAction(CommandFactory.RequestAsync(Requests.BlocklistUpdate())); }