public static void Main() { Telefono tlf1 = new Telefono("encendido", true, 675773101); Telefono tlf2 = new Telefono("encendido", true, 693184106); Telefono.llamar(tlf1, tlf2); }