Beispiel #1
0
        public void Deny_Unrestricted()
        {
            ListBoxTest unit = new ListBoxTest();

            unit.Defaults();
            unit.SetProps();
            unit.ViewState();
            unit.Render1();
            unit.DoubleDataBind();
            unit.RowsTooHigh();
        }