📄️ ShowConfirmDialog
In many cases, you will need to implement a confirm dialog to let the user confirm that they are sure they want to perform an action. This helps prevent consequences when a user accidentally clicks the delete button or something similar.
📄️ YesNoDialog
Yes/no dialog boxes are often used to confirm an action, such as deleting a file or exiting a program. They can also be used to ask the user for permission to perform an action.