private void Uninstall_Click(object sender, EventArgs e) { if (MessageBox.Show("Are you sure you want to uninstall D2Moddin from your computer? This will remove all mods and the mod manager itself.", "Uninstall confirmation", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.Yes) { D2MP.Uninstall(); } }
private void Uninstall_Click(object sender, EventArgs e) { D2MP.Uninstall(); }