Aim
Aim
Beep(400, 500);
Status.Text = "APPLYING...!";
Status.ForeColor = Color.Red;
// Get the process
var process = Process.GetProcessesByName("HD-Player").FirstOrDefault();
if (process == null)
{
Status.Text = " 'HD-Player' not found";
Status.ForeColor = Color.IndianRed;
return;
}
return;
}
return;
}