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