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