LANCommander/LANCommander.Server/Models/ImportDialogOptions.cs

6 lines
112 B
C#
Raw Permalink Normal View History

2025-04-11 02:31:29 -05:00
namespace LANCommander.Server.Models;
public class ImportDialogOptions
{
public string Hint { get; set; }
}