Exemple #1
0
 internal Text(uint numericId, string textId, TextFirstModel model) : this(numericId, textId, model, new Dictionary <ushort, string>())
 {
 }
Exemple #2
0
 internal Text(uint numericId, string textId, TextFirstModel model, Dictionary <ushort, string> translations)
 {
     NumericId = numericId; TextId = textId; Model = model; Translations = translations;
 }