Files
Encelado/DesktopBot/Views/BotsManagerView.xaml.cs
T
2026-06-09 18:29:41 +02:00

13 lines
218 B
C#

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