Exemplo n.º 1
0
 static MySQL()
 {
     CSOptions   = new MySQLOptions();
     Connections = new List <MySQLConnection>();
 }
Exemplo n.º 2
0
		static MySQL()
		{
			CSOptions = new MySQLOptions();
			Connections = new List<MySQLConnection>();
		}