Files
HttpKeys/HttpKeys/App.xaml.cs
T
wildtail de7b47a3df init
2026-03-01 22:06:35 +03:00

14 lines
202 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace HttpKeys;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}