TRX/tools/config/TRX_ConfigToolLib/Models/Lang/PropertyText.cs
lahm86 de1a63fc74 tools: clean-up config tool build messages
This fixes VS messages regarding namespaces, removes some redundant
usings and SDK parameters, and adds XAML design data contexts.
2025-04-03 17:09:56 +01:00

7 lines
157 B
C#

namespace TRX_ConfigToolLib.Models.Lang;
public class PropertyText
{
public string Title { get; set; }
public string Description { get; set; }
}