mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-21 14:11:59 +00:00
13 lines
254 B
C#
13 lines
254 B
C#
using Ryujinx.Ava.UI.Controls;
|
|
|
|
namespace Ryujinx.UI.SetupWizard.Pages
|
|
{
|
|
public partial class SetupKeysPage : RyujinxControl<SetupKeysPageViewModel>
|
|
{
|
|
public SetupKeysPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|
|
|