blob: d7407b9d5fc35e9e73fb7e7ae56b22830edc0032 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
using Avalonia.Controls;
namespace Ryujinx.Ava.UI.Views.Settings
{
public partial class SettingsNetworkView : UserControl
{
public SettingsNetworkView()
{
InitializeComponent();
}
}
}
|