9 lines
No EOL
195 B
C#
9 lines
No EOL
195 B
C#
using LANCommander.SDK.Enums;
|
|
|
|
namespace LANCommander.Server.Models;
|
|
|
|
public class ImportDialogOptions
|
|
{
|
|
public string Hint { get; set; }
|
|
public ManifestType? ManifestType { get; set; }
|
|
} |