mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-22 07:37:05 +00:00
cleanup
This commit is contained in:
parent
3fd4777cef
commit
a92c558275
8 changed files with 22 additions and 38 deletions
|
|
@ -22,9 +22,7 @@ namespace Ryujinx.Ava.Systems.SetupWizard
|
|||
.Show();
|
||||
}
|
||||
|
||||
protected SetupWizardPageBuilder NextPage()
|
||||
{
|
||||
return new SetupWizardPageBuilder(presenter);
|
||||
}
|
||||
protected SetupWizardPageBuilder NextPage()
|
||||
=> new(presenter);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue