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