Наследование: UIA.Extensions.AutomationProviders.Interfaces.Tables.TableInformation
 public void SetUp()
 {
     _dataGridView     = new DataGridView();
     _tableInformation = new DataGridTableInformation(_dataGridView);
 }
 public void SetUp()
 {
     _dataGridView = new DataGridView();
     _tableInformation = new DataGridTableInformation(_dataGridView);
 }