14 lines
254 B
C#
14 lines
254 B
C#
using Ryujinx.Ava.UI.Controls;
|
|
|
|
namespace Ryujinx.UI.SetupWizard.Pages
|
|
{
|
|
public partial class SetupKeysPage : RyujinxControl<SetupKeysPageViewModel>
|
|
{
|
|
public SetupKeysPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|
|
|