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