Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            PayPalPayment payment = new PayPalPayment();

            payment.PaymentWithPaypal();

            Console.ReadLine();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            //Registration();

            //Console.ReadLine();
            PayPalPayment payment = new PayPalPayment();

            payment.PaymentWithPaypal();
            Console.ReadLine();
        }