Beispiel #1
0
 public void Stop()
 {
     if (actionListener != null)
     {
         actionListener.Stop(original);
     }
 }