Example #1
0
 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();
     }
 }
Example #2
0
 private void Uninstall_Click(object sender, EventArgs e)
 {
     D2MP.Uninstall();
 }