mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-14 17:21:28 -07:00
14 lines
359 B
C#
14 lines
359 B
C#
namespace Bloxstrap.UI.Elements.Settings.Pages
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for FastFlagEditorWarningPage.xaml
|
|
/// </summary>
|
|
public partial class FastFlagEditorWarningPage
|
|
{
|
|
public FastFlagEditorWarningPage() : base(typeof(FastFlagEditorScamWarningPage))
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|