Example #1
0
 public void Stop()
 {
     m_instance?.Dispose();
     m_instance = null;
     m_running  = false;
 }