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

16 lines
320 B
C#

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