From 63194d37d6e571232450999015c7a68a9f3ead31 Mon Sep 17 00:00:00 2001 From: InspectorIT Date: Sun, 1 Mar 2026 23:50:18 +0300 Subject: [PATCH] add CloseConfirmationDialog --- .../Views/CloseConfirmationDialog.axaml | 38 ++++++++---- .../Views/CloseConfirmationDialog.axaml.cs | 58 ++++++++++++++++--- 2 files changed, 76 insertions(+), 20 deletions(-) diff --git a/src/KeyKeeper/Views/CloseConfirmationDialog.axaml b/src/KeyKeeper/Views/CloseConfirmationDialog.axaml index 45dbbbc..2514c0a 100644 --- a/src/KeyKeeper/Views/CloseConfirmationDialog.axaml +++ b/src/KeyKeeper/Views/CloseConfirmationDialog.axaml @@ -1,12 +1,28 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; + + + -namespace KeyKeeper.Views -{ - class CloseConfirmationDialog - { - } -} + +