Пример #1
0
 static MySQL()
 {
     CSOptions   = new MySQLOptions();
     Connections = new List <MySQLConnection>();
 }
Пример #2
0
		static MySQL()
		{
			CSOptions = new MySQLOptions();
			Connections = new List<MySQLConnection>();
		}