Files
Nebula-Auth/NebulaAuth/View/ProxyManagerView.xaml.cs
T
2024-02-01 01:21:56 +02:00

16 lines
338 B
C#

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