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