Public Access
10 lines
288 B
C#
10 lines
288 B
C#
using Avalonia.Controls;
|
|
|
|
namespace DodoSSH.Client.App.Views;
|
|
|
|
/// <summary>Settings mode's Preferences page: the Terminal and Keychain cards.</summary>
|
|
internal sealed partial class SettingsPreferencesPage : UserControl
|
|
{
|
|
public SettingsPreferencesPage() => InitializeComponent();
|
|
}
|