Esempio n. 1
0
 /// <summary>
 /// Erzeugt eine neue Simulation.
 /// </summary>
 private EngineMock()
 {
     Frontend = new FrontendMock(this);
     Sources  = _AllSources;
 }
Esempio n. 2
0
 /// <summary>
 /// Erzeugt eine neue Simulation.
 /// </summary>
 private EngineMock()
 {
     Frontend = new FrontendMock( this );
     Sources = _AllSources;
 }