Exemplo n.º 1
0
 //*///------------------------------------------------------------------------------------------
 //*///------------------------------------------------------------------------------------------
 private void FocusRowUnits(object sender, SelectionChangedEventArgs e)
 {
     RecordsStore.Display((e.Source as DataGrid).CurrentCell.Item as UnitElement);
 }
Exemplo n.º 2
0
 //*///------------------------------------------------------------------------------------------
 //*///------------------------------------------------------------------------------------------
 //*///------------------------------------------------------------------------------------------
 //*///------------------------------------------------------------------------------------------
 /*Sub info event handlers*/
 //*///------------------------------------------------------------------------------------------
 //*///------------------------------------------------------------------------------------------
 private void UpdateGrids()
 {
     UnitsStore.Update();
     RecordsStore.Display(GridUnits.CurrentCell.Item as UnitElement);
 }