Пример #1
0
 /// <summary>
 ///     Loads the list of strings.
 /// </summary>
 private void LoadStrings()
 {
     _strings           = new List <StringEntry>(_currentPack.StringLists.SelectMany(l => WrapStrings(l)));
     _stringView        = new LocalizedStringTableView(_strings);
     _stringView.Filter = FilterString;
 }
Пример #2
0
		/// <summary>
		///     Loads the list of strings.
		/// </summary>
		private void LoadStrings()
		{
			_strings = new List<StringEntry>(_currentPack.StringLists.SelectMany(l => WrapStrings(l)));
			_stringView = new LocalizedStringTableView(_strings);
			_stringView.Filter = FilterString;
		}