using System.Windows.Controls; namespace DesktopBot.Views { public partial class BotsManagerView : UserControl { public BotsManagerView() { InitializeComponent(); } } }