mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00

This fixes VS messages regarding namespaces, removes some redundant usings and SDK parameters, and adds XAML design data contexts.
7 lines
157 B
C#
7 lines
157 B
C#
namespace TRX_ConfigToolLib.Models.Lang;
|
|
|
|
public class PropertyText
|
|
{
|
|
public string Title { get; set; }
|
|
public string Description { get; set; }
|
|
}
|