Ver Mensaje Individual
  #8 (permalink)  
Antiguo 01/12/2010, 10:05
Ka0stj
 
Fecha de Ingreso: febrero-2010
Ubicación: México
Mensajes: 738
Antigüedad: 14 años, 2 meses
Puntos: 37
Respuesta: Pasar datos entre formulario en C#

Puedes utilizar también propiedades con get set.

Código C:
Ver original
  1. public string Name
  2.     {
  3.         get
  4.         {
  5.             ;
  6.         }
  7.         set
  8.         {
  9.             ;
  10.         }
  11.     }

Saludos!
__________________
http://ka0stj.wordpress.com/