Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Visibilidad
- {
- private int X = 0;
- public void Metodo(int X)
- {
- Console.WriteLine( "Valor de X: " + X );
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement