bloxstrap/Bloxstrap/Configuration/Pages/BootstrapperPage.xaml.cs
2023-01-31 18:19:01 +00:00

14 lines
279 B
C#

namespace Bloxstrap.Configuration.Pages
{
/// <summary>
/// Interaction logic for BootstrapperPage.xaml
/// </summary>
public partial class BootstrapperPage
{
public BootstrapperPage()
{
InitializeComponent();
}
}
}