Exemplo n.º 1
0
        public override void PageUpdateWelcome(PageUpdateWelcome action)
        {
            VerifyAction(typeof(PageUpdateWelcome));

            EnterPage(false);

            base.PageUpdateWelcome(action);

            ExitPage();
        }
Exemplo n.º 2
0
 public abstract override void PageUpdateWelcome(PageUpdateWelcome action);
Exemplo n.º 3
0
 public abstract override void PageUpdateWelcome(PageUpdateWelcome action);
Exemplo n.º 4
0
 public virtual void PageUpdateWelcome(PageUpdateWelcome action)
 {
 }
Exemplo n.º 5
0
 public virtual void PageUpdateWelcome(PageUpdateWelcome action)
 {
 }
Exemplo n.º 6
0
        public override void PageUpdateWelcome(PageUpdateWelcome action)
        {
            VerifyAction(typeof(PageUpdateWelcome));

            EnterPage(false);

            base.PageUpdateWelcome(action);

            ExitPage();
        }
Exemplo n.º 7
0
 public override void PageUpdateWelcome(PageUpdateWelcome action)
 {
     using (var continuation = Runner.GetContinuation())
     {
         _form.ShowPage<WelcomePage>(Runner, action, continuation);
     }
 }