示例#1
0
 public void Contexto_local(String text)
 {
     this.StrConexao = config.readDriverSQL_teste(text);
     this.Con        = new SqlConnection(StrConexao);
 }