mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 10:31:26 -07:00
14 lines
280 B
C#
14 lines
280 B
C#
namespace Bloxstrap.UI.Elements.About.Pages
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for TranslatorsPage.xaml
|
|
/// </summary>
|
|
public partial class TranslatorsPage
|
|
{
|
|
public TranslatorsPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|