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