Código
// Lee tecla hasta que detecte que haz pulsado Enter. while (true) { if (Console.ReadKey(true).Key == ConsoleKey.Enter) { break; } }
Lo del while(1) en C# no funciona.
|
|||
Tema destacado: Recopilación Tutoriales y Manuales Hacking, Seguridad, Privacidad, Hardware, etc |
|
|