16 lines
329 B
C#
16 lines
329 B
C#
using System.Windows.Controls;
|
|
|
|
namespace dtlauncher_client_win
|
|
{
|
|
/// <summary>
|
|
/// Логика взаимодействия для ProgramName.xaml
|
|
/// </summary>
|
|
public partial class ProgramName : UserControl
|
|
{
|
|
public ProgramName()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|