Esempio n. 1
0
 public static void PushStateToStack(int state)
 {
     if (!mSuppressStatePush && PlatformServices.BackStackEnabled)
     {
         mBackStack.MoveTo(new StackItem {
             State = state
         });
     }
 }