mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-21 15:00:18 +00:00
11 lines
No EOL
201 B
C#
11 lines
No EOL
201 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ryujinx.Ava.UI.Views.Settings;
|
|
|
|
public partial class SettingsAudioView : UserControl
|
|
{
|
|
public SettingsAudioView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |