Advertisement
Fhernd

Visibilidad.cs

Nov 13th, 2017
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. class Visibilidad
  2. {
  3.     private int X = 0;
  4.    
  5.     public void Metodo(int X)
  6.     {
  7.         Console.WriteLine( "Valor de X: " + X );
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement