Beispiel #1
0
 public ULTable(string tableName)
 {
     TableName = tableName;
     Columns = new ULColumns(m_status);
 }
Beispiel #2
0
 public ULTable(string tableName)
 {
     TableName = tableName;
     Columns   = new ULColumns(m_status);
 }