コード例 #1
0
        public override void PageUpdateWelcome(PageUpdateWelcome action)
        {
            VerifyAction(typeof(PageUpdateWelcome));

            EnterPage(false);

            base.PageUpdateWelcome(action);

            ExitPage();
        }
コード例 #2
0
 public abstract override void PageUpdateWelcome(PageUpdateWelcome action);
コード例 #3
0
 public abstract override void PageUpdateWelcome(PageUpdateWelcome action);
コード例 #4
0
 public virtual void PageUpdateWelcome(PageUpdateWelcome action)
 {
 }
コード例 #5
0
 public virtual void PageUpdateWelcome(PageUpdateWelcome action)
 {
 }
コード例 #6
0
        public override void PageUpdateWelcome(PageUpdateWelcome action)
        {
            VerifyAction(typeof(PageUpdateWelcome));

            EnterPage(false);

            base.PageUpdateWelcome(action);

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