Ejemplo n.º 1
0
 public static void DestroySingleton()
 {
   instance = null;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Seguridad"/> class.
 /// </summary>
 public Seguridad()
 {
     InitializeComponent();
     this.validacionSeguridad = new ValidacionSeguridad();
     this.validacionCampos    = new ValidacionCampos();
 }