12 lines
227 B
C#
12 lines
227 B
C#
|
using Avalonia.Controls;
|
|||
|
|
|||
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|||
|
{
|
|||
|
public partial class SettingsCPUView : UserControl
|
|||
|
{
|
|||
|
public SettingsCPUView()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|