Exemplo n.º 1
0
		/// <summary>
		/// </summary>
		public GLESSupport()
		{
			this._options = new ConfigOptionCollection();
			this._extensionList = new List<string>();
		}
Exemplo n.º 2
0
 /// <summary>
 /// </summary>
 public GLESSupport()
 {
     this._options       = new ConfigOptionCollection();
     this._extensionList = new List <string>();
 }