Ejemplo n.º 1
0
 private void MoveUp(IScreenItem moveModel)
 {
     moveModel.MoveUp();
     moveModel.SectionHeader.OnSectionHeaderChanged();
 }