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