예제 #1
0
 protected void connect(object sender, EventArgs e)
 {
     ACAD.Password = entry6.Text;
     if (ACAD.AttemptConnection("GebatDataConnectionString"))
     {
         button3.Sensitive = true;
         label8.Text       = "Conexión establecida.";
     }
     else
     {
         button3.Sensitive = false;
         label8.Text       = "No se pudo establecer la conexión.";
     }
 }
예제 #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public AEN()
 {
     cad   = null;
     saved = false;
 }