Exemple #1
0
        private void Withdraw(object sender, RoutedEventArgs e)
        {
            var withdraw = new Withdraw();

            NavigationService.Navigate(withdraw);
        }
        private void Withdraw_Click(object sender, EventArgs e)
        {
            Withdraw frm1 = new Withdraw();

            frm1.Show();
        }