bloxstrap/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml.cs
2024-08-26 19:26:05 +01:00

14 lines
271 B
C#

namespace Bloxstrap.UI.Elements.About.Pages
{
/// <summary>
/// Interaction logic for LicensesPage.xaml
/// </summary>
public partial class LicensesPage
{
public LicensesPage()
{
InitializeComponent();
}
}
}