Exemplo n.º 1
0
		public void AddAt_Deny_Unrestricted ()
		{
			EmptyControlCollection ec = new EmptyControlCollection (control);
			ec.AddAt (0, new Control ());
		}