コード例 #1
0
ファイル: Form1.cs プロジェクト: CeeJayCee/Spotify-Ad-Blocker
 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");
 }