Files
Nebula-Auth/NebulaAuth/View/ProxyManagerView.xaml.cs
T
2025-05-03 00:09:07 +03:00

12 lines
253 B
C#

namespace NebulaAuth.View;
/// <summary>
/// Логика взаимодействия для ProxyManagerView.xaml
/// </summary>
public partial class ProxyManagerView
{
public ProxyManagerView()
{
InitializeComponent();
}
}