Beispiel #1
0
 public void InitialiserB1(string path)
 {
     this.m_coucheReseau = new CoucheReseau(path, m_reseauStreamIn, m_reseauStreamOut, m_eventStream, true);
 }
Beispiel #2
0
 //Not convinced this should be 2 different method - it should be Initial period. We can use the _activerCouche or an additional Param in the init...
 public void Initialiser(string path, Boolean is_active = false)
 {
     this.m_coucheReseau = new CoucheReseau(path, m_reseauStreamIn, m_reseauStreamOut, m_eventStream, is_active);
 }