Public Access
10 lines
296 B
C#
10 lines
296 B
C#
using Avalonia.Controls;
|
|
|
|
namespace DodoSSH.Client.App.Views;
|
|
|
|
/// <summary>Settings mode's General page: the Updates card, and the refused items as an essay.</summary>
|
|
internal sealed partial class SettingsGeneralPage : UserControl
|
|
{
|
|
public SettingsGeneralPage() => InitializeComponent();
|
|
}
|