Пример #1
0
 private void OpenButton_Click(object sender, EventArgs e)
 {
     // Process.Start(blocklistPath);
     Blocklist bl = new Blocklist();
     bl.ShowDialog();
     ReadBlockList();
     lastChecked = String.Empty; // Reset last checked so we can auto mute
     LogAction("/button/openBlocklist");
 }