Public Access
10 lines
308 B
C#
10 lines
308 B
C#
using Avalonia.Controls;
|
|
|
|
namespace DodoSSH.Client.App.Views;
|
|
|
|
/// <summary>Groups: every group, and the hosts filed under each — see the remark at the top of the markup.</summary>
|
|
internal sealed partial class SettingsGroupsPage : UserControl
|
|
{
|
|
public SettingsGroupsPage() => InitializeComponent();
|
|
}
|