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