public override void OnApplyChanges()
        {
            base.OnApplyChanges();

            if (!IsTabletDevice(contextTablet))
            {
                mobile.OnApplyChanges();
            }
        }
Exemplo n.º 2
0
 public override void OnApplyChanges()
 {
     base.OnApplyChanges();
     mobile.OnApplyChanges();
 }