6 lines
No EOL
133 B
C#
6 lines
No EOL
133 B
C#
namespace LANCommander.Server.UI.Pages.Servers.Components;
|
|
|
|
public class ImportDialogOptions
|
|
{
|
|
public string Hint { get; set; }
|
|
} |