Наследование: ControlProvider, ISelectionProvider, ITableProvider
Пример #1
0
 public void SetUp()
 {
     _tableInformationStub = new TableInformationStub();
     _tableProvider        = new TableProvider(_tableInformationStub);
 }
 public void SetUp()
 {
     _tableInformationStub = new TableInformationStub();
     _tableProvider = new TableProvider(_tableInformationStub);
 }