Exemplo n.º 1
0
 void GraphPanel_SelectionChanged(int selectionIndex)
 {
     if (_table != null)
     {
         _selectedSnapshotTime = CoGraphUtil.GetSnapshotTime(selectionIndex);
         List <object> entries = _database.PopulateEntries(_selectedSnapshotTime);
         _table.RefreshData(entries);
     }
 }