コード例 #1
0
        private void btnPricingControl_Click(object sender, RoutedEventArgs e)
        {
            Window winPriceControl = new PriceControl();

            winPriceControl.Show();
            this.Close();
        }
コード例 #2
0
        private void btnPricingControl_Click(object sender, RoutedEventArgs e)
        {
            //Open new page and close previous
            Window winPriceControl = new PriceControl();

            winPriceControl.Show();
            this.Close();
        }
コード例 #3
0
        private void btnPricingControl_Click(object sender, RoutedEventArgs e)
        {
            //Open the selected button and close out of the current page
            Window winPriceControl = new PriceControl();

            winPriceControl.Show();
            this.Close();
        }
コード例 #4
0
        private void btnPriceControl_Click(object sender, RoutedEventArgs e)
        {
            //Open up selected page button and close previous homepage
            Window winPriceControl = new PriceControl();

            winPriceControl.Show();
            this.Close();
        }