Beispiel #1
0
 protected override void OnStop()
 {
     if (m_started)
     {
         m_epmd.quit();
         m_started = false;
     }
 }