Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Computador
- {
- static Computador ()
- {
- // sentencias de inicialización de miembros estáticos
- // otras operaciones de inicialización
- Console.WriteLine ("El tipo se ha inicializado.");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement