mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
12 lines
253 B
C#
12 lines
253 B
C#
namespace NebulaAuth.View;
|
|
|
|
/// <summary>
|
|
/// Логика взаимодействия для ProxyManagerView.xaml
|
|
/// </summary>
|
|
public partial class ProxyManagerView
|
|
{
|
|
public ProxyManagerView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |