예제 #1
0
 protected override Control CreateControl(BocCustomCellArguments arguments)
 {
     return(new StubCustomCellControl());
 }
        protected override Control CreateControl(BocCustomCellArguments arguments)
        {
            HtmlInputFile inputFile = new HtmlInputFile();

            return(inputFile);
        }