コード例 #1
0
 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()));
 }