Example #1
0
 protected void AddTable(ITable table)
 {
     this.Session.Tables.Add(table);
     table.Adding(this);
 }