private void btnCancel_Click(object sender, RoutedEventArgs e)
 {
     chushihua page = new chushihua();
     NavigationService ns = NavigationService.GetNavigationService(this);
     ns.Navigate(page);
 }
Example #2
0
 //取消开户
 private void btnCancel_Click(object sender, RoutedEventArgs e)
 {
     this.txtAccountName.Clear();
     this.txtIDCard.Clear();
     this.txtAccountName.Clear();
     this.txtPass.Clear();
     this.txtMoney.Clear();
     chushihua page = new chushihua();
     NavigationService ns = NavigationService.GetNavigationService(this);
     ns.Navigate(page);
 }