diff --git a/src/KeyKeeper/Views/CloseConfirmationDialog.axaml b/src/KeyKeeper/Views/CloseConfirmationDialog.axaml new file mode 100644 index 0000000..45dbbbc --- /dev/null +++ b/src/KeyKeeper/Views/CloseConfirmationDialog.axaml @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace KeyKeeper.Views +{ + class CloseConfirmationDialog + { + } +}