コード例 #1
0
 public ActivoDatos()
 {
     this.conexionDatos = new ConexionDatos();
     this.conexion      = this.conexionDatos.conexionCMEC();
 }