mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
12 lines
255 B
C#
12 lines
255 B
C#
![]() |
using TRX_InstallerLib.Utils;
|
|||
|
|
|||
|
namespace TRX_InstallerLib.Models;
|
|||
|
|
|||
|
public class BaseLanguageViewModel : BaseNotifyPropertyChanged
|
|||
|
{
|
|||
|
public static Dictionary<string, string> ViewText
|
|||
|
{
|
|||
|
get => Language.Instance.Controls ?? new();
|
|||
|
}
|
|||
|
}
|