Esempio n. 1
0
 private bool AskForImportConfirmation()
 {
     return(DialogUtil.AskForConfirmation("Are you sure you want to import a favorites archive? This deletes your own favorites!"));
 }
Esempio n. 2
0
 private bool AskForDeleteConfirmation()
 {
     return(DialogUtil.AskForConfirmation("Are you sure you want to delete this item?"));
 }