private void Resultat_Click(object sender, RoutedEventArgs e) { BalanceWindow balance = new BalanceWindow(); balance.Show(); this.Close(); }
private void Button_Click_1(object sender, RoutedEventArgs e) { BalanceWindow resultat = new BalanceWindow(); resultat.Show(); this.Close(); resultat.udgifterSum.Text = UdgiftsSum.Text.ToString(); }
private void Gem_Click(object sender, RoutedEventArgs e) { BalanceWindow resultat = new BalanceWindow(); resultat.Show(); this.Close(); //den.Text = summen1.Sum.ToString(); resultat.indtægtSum.Text = Sum.Text.ToString(); }