Exemple #1
0
 private void OnPingStopped(ReasonStopPing reason)
 {
     if (PingStopped != null)
     {
         PingStopped(this, new PingStoppedEventArgs(reason));
     }
 }
Exemple #2
0
 public PingStoppedEventArgs(ReasonStopPing reason)
 {
     ReasonStopPing = reason;
 }
Exemple #3
0
 private void OnPingStopped(ReasonStopPing reason)
 {
     if (PingStopped != null)
     {
         PingStopped(this, new PingStoppedEventArgs(reason));
     }
 }
Exemple #4
0
 public PingStoppedEventArgs(ReasonStopPing reason)
 {
     ReasonStopPing = reason;
 }