示例#1
0
 public FunctionMySQL()
 {
     connectionString = ConnectionString.Read();
     connection       = new MySqlConnection(connectionString);
 }