Example #1
0
        private void btnNewReservation_Click(object sender, RoutedEventArgs e)
        {
            this.Hide();
            CreateQuote createquote = new CreateQuote();

            createquote.Show();
        }
        private void btnReturnToQuote_Click(object sender, RoutedEventArgs e)
        {
            this.Hide();
            CreateQuote returntoquote = new CreateQuote();

            returntoquote.Show();
            //Will the values still be there?
        }