예제 #1
0
 protected override void OnInitialized()
 {
     if (RemoteAuthenticationActions.IsAction(RemoteAuthenticationActions.LogIn, Action))
     {
         RemoteAuthenticationState.Order = OrderState.Order;
     }
 }
예제 #2
0
 protected override void OnInitialized()
 {
     if (RemoteAuthenticationActions.IsAction(RemoteAuthenticationActions.LogIn, Action))
     {
         // Preserve the current order so that we don't loose it
         RemoteAuthenticationState.Order = OrderState.Order;
     }
 }