mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-23 02:51:26 -07:00
14 lines
271 B
C#
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();
|
|
}
|
|
}
|
|
}
|