Exemple #1
0
 private void btnDesProtegeCNX_Click(object sender, EventArgs e)
 {
     if (txtCadenaConexion.TextLength > 0)
     {
         CLS.Utilities objCnx = new CLS.Utilities();
         objCnx.UnprotectConnectionString();
     }
 }