示例#1
0
 public override void OnApplyChanges()
 {
     base.OnApplyChanges();
     if (!IsTabletDevice(contextTablet))
     {
         mobile.OnApplyChanges();
     }
 }
示例#2
0
 public override void OnApplyChanges()
 {
     base.OnApplyChanges();
     mobile.OnApplyChanges();
 }