private void RemoveAppAuth_Click(object sender, EventArgs e) { firewall.RemoveAuthorization(appPath.Text); grantAppAuth.Enabled = true; removeAppAuth.Enabled = false; }
private void btnRemoveAppAuth_Click(object sender, EventArgs e) { firewall.RemoveAuthorization(txtAppPath.Text); }