Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DataRow"/> class
 /// specifying the template that will be used to create the data rows
 /// contained within the grid.
 /// </summary>
 /// <param name="template">A reference to a <see cref="DataRow"/> object that
 /// will be used to create the data rows contained within the grid.</param>
 protected internal NumberedRow( NumberedRow template )
     : base(template)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DataRow"/> class
 /// specifying the template that will be used to create the data rows
 /// contained within the grid.
 /// </summary>
 /// <param name="template">A reference to a <see cref="DataRow"/> object that
 /// will be used to create the data rows contained within the grid.</param>
 protected internal NumberedRow(NumberedRow template)
     : base(template)
 {
 }