mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-29 05:08:00 +03:00
10 lines
216 B
C#
10 lines
216 B
C#
![]() |
namespace TRX_ConfigToolLib.Models;
|
|||
|
|
|||
|
public class BaseLanguageViewModel : BaseNotifyPropertyChanged
|
|||
|
{
|
|||
|
public static Dictionary<string, string> ViewText
|
|||
|
{
|
|||
|
get => Language.Instance.Controls;
|
|||
|
}
|
|||
|
}
|