6 lines
No EOL
112 B
C#
6 lines
No EOL
112 B
C#
namespace LANCommander.Server.Models;
|
|
|
|
public class ImportDialogOptions
|
|
{
|
|
public string Hint { get; set; }
|
|
} |