//Show Message of Successfully Deleting AD
 private void openMsg()
 {
     MsgForm news = new MsgForm("成功去除广告!!");
     news.ShowDialog();
 }
 private void labelPath_Click(object sender, EventArgs e)
 {
     MsgForm news = new MsgForm(this.labelPath.Text);
     news.ShowDialog();
 }