create CloseConfirmationDialog.axaml.cs file

This commit is contained in:
InspectorIT
2026-03-01 15:40:30 +03:00
parent 21a8688ad6
commit 13139ed297

View File

@@ -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
{
}
}