コード例 #1
0
 private void casesView_BackClicked(object sender, EventArgs e)
 {
     PageAnimationHelper.SlideToRight(this, this.casesView);
     PageAnimationHelper.SlideFromLeft(this, this.login);
 }
コード例 #2
0
 public void login_LoginSuccess(object sender, EventArgs e)
 {
     PageAnimationHelper.SlideFromRight(this, this.casesView);
     PageAnimationHelper.SlideToLeft(this, this.login);
 }