LANCommander/LANCommander.Server/UI/Pages/Servers/Components/ImportDialogOptions.cs
2025-01-16 03:08:43 -06:00

6 lines
No EOL
133 B
C#

namespace LANCommander.Server.UI.Pages.Servers.Components;
public class ImportDialogOptions
{
public string Hint { get; set; }
}