public static void DestroySingleton()
 {
   instance = null;
 }
Example #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();
 }