Exemple #1
0
 internal void Initialise(TableLayout tableLayout)
 {
     m_tableLayout = tableLayout;
 }
Exemple #2
0
 internal void Initialise(TableLayout tableLayout, TableRow row)
 {
     m_tableLayout = tableLayout;
     m_tableRow    = row;
 }