Files
DodoSSH/src/DodoSSH.Client.App/Views/SettingsGroupsPage.axaml.cs
T

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();
}