From 21a8688ad6a3c582b1241f79d0266029307558b8 Mon Sep 17 00:00:00 2001 From: InspectorIT Date: Sun, 1 Mar 2026 15:38:24 +0300 Subject: [PATCH] create CloseConfirmationDialog.axaml file --- src/KeyKeeper/Views/CloseConfirmationDialog.axaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/KeyKeeper/Views/CloseConfirmationDialog.axaml 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 + { + } +}