Beispiel #1
0
 /// <summary>
 /// handle whether the program is shutting down or simply not interested in updated wx data
 /// </summary>
 private void Stopping()
 {
     m_station.Quit();
     m_mreRun.Set();
 }
Beispiel #2
0
 /// <summary>
 /// handle whether the program is shutting down or simply not interested in updated wx data
 /// </summary>
 private void Stopping()
 {
     // Intellisense can not resolve dynamic types
     m_station.Quit();
     m_mreRun.Set();
 }