Exemplo n.º 1
0
        public ITable CreateTable(int rows, int cols)
        {
            HTMLTable table = new HTMLTable(rows, cols);

            return table;
        }
Exemplo n.º 2
0
        public ITable CreateTable(int rows, int cols)
        {
            HTMLTable table = new HTMLTable(rows, cols);

            return(table);
        }