예제 #1
0
        static void Main(string[] args)
        {
            ClaseEstatica.ValorPasaje(0, 2345); //Saber valor de un día y hora específico
            ClaseEstatica.ValorPasaje();        //Toma la hora del sistema

            Console.ReadKey();
        }
예제 #2
0
        public bool Pagar()
        {
            ClaseEstatica.ValorPasaje(0, 1405);

            return(false);
        }