bloxstrap/Bloxstrap/Views/Pages/BootstrapperPage.xaml.cs
2023-02-01 00:29:08 +00:00

14 lines
271 B
C#

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