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