Example #1
0
 /// <summary>
 /// Some tabs could have another collection type (derived from Log9KTabObservableCollection)
 /// </summary>
 protected virtual void InitCollection()
 {
     _logEntryCollection = new Log9KTabObservableCollection(DEFAULT_MAX_COLLECTION_SIZE);
 }
Example #2
0
 /// <summary>
 /// Init LogEntryCollection for current tab
 /// </summary>
 protected override void InitCollection()
 {
     _logEntryCollection = new Log9KTabObservableCollection(DEFAULT_MAX_COLLECTION_SIZE_FOR_ALL_TAB);
 }