/// <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; }
/// <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; }