コード例 #1
0
 public static void DestroySingleton()
 {
   instance = null;
 }
コード例 #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();
 }