13 lines
214 B
C#
13 lines
214 B
C#
using System.Windows.Controls;
|
|
|
|
namespace DesktopBot.Views
|
|
{
|
|
public partial class BotConfigView : UserControl
|
|
{
|
|
public BotConfigView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|