public AuthenticationViewContainer(AuthenticationStack stack, BookingStack bookingStack) : base(ViewContainers.Authentication.ToString()) { var mdp = new MasterDetailProxy(_page); NativeView = mdp.View; Proxy = mdp; DetailStack = stack; MasterStack = bookingStack; }
public AuthenticationViewContainer(AuthenticationStack i_Stack) : base(eContainer.Authentication.ToString(), i_Stack.Proxy.NativeView) { Stack = i_Stack; }
public AuthenticationContainer(AuthenticationStack stack) : base(Containers.Authentication.ToString(), stack.Proxy.NativeView) { Stack = stack; }
public AuthenticationContainer(AuthenticationStack stack) : base(Abstraction.Enums.Container.Authentication.ToString(), stack.Proxy.NativeView) { Stack = stack; }