public ExecuteTransactionControl(string tag) : base(tag)
 {
     tables = new ListTableItems <TableItem>(this);
 }
 public ExecuteTransactionControl()
 {
     tables = new ListTableItems <TableItem>(this);
 }
 public ExecuteTransactionControl(HtmlTextWriterTag tag) : base(tag)
 {
     tables = new ListTableItems <TableItem>(this);
 }
Пример #4
0
 public ClearTableControl()
 {
     tables = new ListTableItems <ClearTableItem>(this);
 }