Example #1
0
        public override void PageUpdateWelcome(PageUpdateWelcome action)
        {
            VerifyAction(typeof(PageUpdateWelcome));

            EnterPage(false);

            base.PageUpdateWelcome(action);

            ExitPage();
        }
 public abstract override void PageUpdateWelcome(PageUpdateWelcome action);
 public abstract override void PageUpdateWelcome(PageUpdateWelcome action);
Example #4
0
 public virtual void PageUpdateWelcome(PageUpdateWelcome action)
 {
 }
Example #5
0
 public virtual void PageUpdateWelcome(PageUpdateWelcome action)
 {
 }
Example #6
0
        public override void PageUpdateWelcome(PageUpdateWelcome action)
        {
            VerifyAction(typeof(PageUpdateWelcome));

            EnterPage(false);

            base.PageUpdateWelcome(action);

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