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