Exemplo n.º 1
0
        private void Card_Loyal_Click(object sender, RoutedEventArgs e)
        {
            ListPriceWin WinPayment = new ListPriceWin();

            WinPayment.Owner = this;
            WinPayment.Show();
        }
Exemplo n.º 2
0
        private void Button_Ni_Click(object sender, MouseButtonEventArgs e)
        {
            ListPriceWin WinPayment = new ListPriceWin();

            WinPayment.Owner = this;
            WinPayment.Show();
        }
        private void Ghage_Oder_Click(object sender, RoutedEventArgs e)
        {
            ListPriceWin WinTake = new ListPriceWin();

            WinTake.Owner = this;
            WinTake.Show();
        }
Exemplo n.º 4
0
        private void Card_Loyal_Click(object sender, MouseButtonEventArgs e)
        {
            MainWindow.Card_Loyal = 1;
            ListPriceWin WinPayment = new ListPriceWin();

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