コード例 #1
0
        private void UserEdit_Click(object sender, RoutedEventArgs e)
        {
            EditAccount ed_Account = new EditAccount(currentUser);

            this.Close();
            ed_Account.Show();
        }
コード例 #2
0
        private void Listbox_Accounts_Edit(object sender, RoutedEventArgs e)
        {
            EditAccount EditWin = new EditAccount();

            EditWin.Owner = this;
            EditWin.Show();
        }