Create SettingsWindow.cs

This commit is contained in:
Chernykh Aleksandr
2025-11-07 15:59:44 +03:00
parent c163a0b4ba
commit f56bd31946

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KeyKeeper
{
internal class SettingsWindow
{
}
}