Esempio n. 1
0
 private void c_btnCleanWTF_Click(object sender, EventArgs e)
 {
     if (Utility.MessageBoxShow("This command will clean the entire WTF folder of old unused data etc. Are you sure you want to continue?", "Are you sure you want to clean the entire WTF folder?", MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes)
     {
     }
 }