예제 #1
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            if (SearchTemplate == null)
            {
                SearchTemplate = new DefaultSearchBoxForm();
            }
        }
예제 #2
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            if (SearchTemplate == null) {
                SearchTemplate = new DefaultSearchBoxForm();
            }
        }