Ejemplo n.º 1
0
 private void StopActionListener()
 {
     if (_listener != null)
     {
         _listener.Stop();
     }
 }