예제 #1
0
파일: DataGridCas.cs 프로젝트: nobled/mono
		public void Deny_Unrestricted ()
		{
			DataGridTest unit = new DataGridTest ();
			unit.Defaults ();
			unit.TagName ();
			unit.CleanProperties ();
			unit.ViewState ();
			unit.SelectIndexOutOfRange ();
			unit.ControlStyle ();
			unit.Styles ();
			unit.Events ();
			unit.BubbleEvent ();
			unit.BubblePageCommand ();
			unit.SaveViewState ();
			unit.CreateColumnSet ();
			unit.CreateColumnsBinding ();
			unit.CreateSimpleColumns ();
			unit.CreateControls ();
			unit.CreationEvents ();
			unit.InitializePager ();
			unit.Render ();
		}