Exemplo n.º 1
0
 public void Init()
 {
     gridMock = Substitute.For<IGrid>();
     gridEventManager = new GridEventManager(setting, gridMock, groupFactory);
 }
Exemplo n.º 2
0
 public void Init()
 {
     gridMock         = Substitute.For <IGrid>();
     gridEventManager = new GridEventManager(setting, gridMock, groupFactory);
 }