static void Main(string[] args) { Microondas microondas = new Microondas(); microondas.LigarMicroondas(); Console.ReadLine(); }