Exemplo n.º 1
0
 internal void Initialise(TableLayout tableLayout)
 {
     m_tableLayout = tableLayout;
 }
Exemplo n.º 2
0
 internal void Initialise(TableLayout tableLayout, TableRow row)
 {
     m_tableLayout = tableLayout;
     m_tableRow    = row;
 }