Exemple #1
0
        static void Main(string[] args)
        {
            try
            {
                Cuentas.Dividir();
            }
            catch (MiException e)
            {
                Console.Write("Entro");
            }

            Console.ReadKey();
        }