//When 'Kill (Safe)' button is clicked...
        private void b_killsafe_Click(object sender, EventArgs e)
        {
            //Kill application
            total = Killer.Kill(name, true);

            //Write to Log Window
            WriteLog();
            LoadList();
        }