//*///------------------------------------------------------------------------------------------ //*///------------------------------------------------------------------------------------------ private void SearchStringChange(object sender, TextChangedEventArgs e) { UnitsStore.Update(); }
//*///------------------------------------------------------------------------------------------ //*///------------------------------------------------------------------------------------------ //*///------------------------------------------------------------------------------------------ //*///------------------------------------------------------------------------------------------ /*Sub info event handlers*/ //*///------------------------------------------------------------------------------------------ //*///------------------------------------------------------------------------------------------ private void UpdateGrids() { UnitsStore.Update(); RecordsStore.Display(GridUnits.CurrentCell.Item as UnitElement); }