Beispiel #1
0
        public override void PageInstallWelcome(PageInstallWelcome action)
        {
            VerifyAction(typeof(PageInstallWelcome));

            EnterPage(false);

            base.PageInstallWelcome(action);

            ExitPage();
        }
 public abstract override void PageInstallWelcome(PageInstallWelcome action);
 public abstract override void PageInstallWelcome(PageInstallWelcome action);
Beispiel #4
0
 public virtual void PageInstallWelcome(PageInstallWelcome action)
 {
 }
 public virtual void PageInstallWelcome(PageInstallWelcome action)
 {
 }
        public override void PageInstallWelcome(PageInstallWelcome action)
        {
            VerifyAction(typeof(PageInstallWelcome));

            EnterPage(false);

            base.PageInstallWelcome(action);

            ExitPage();
        }
 public override void PageInstallWelcome(PageInstallWelcome action)
 {
     using (var continuation = Runner.GetContinuation())
     {
         _form.ShowPage<WelcomePage>(Runner, action, continuation);
     }
 }