public override void OnApplyChanges() { base.OnApplyChanges(); if (!IsTabletDevice(tabletcontext)) { mobile.OnApplyChanges(); } }
public override void OnApplyChanges() { base.OnApplyChanges(); mobile.OnApplyChanges(); }