Advertisement
Fhernd

Computador.cs

Nov 15th, 2017
891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. public class Computador
  2. {
  3.     static Computador ()
  4.     {
  5.         // sentencias de inicialización de miembros estáticos
  6.         // otras operaciones de inicialización
  7.         Console.WriteLine ("El tipo se ha inicializado.");
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement