Пример #1
0
 internal static void RaiseSendResponse(string info)
 {
     SendResponse?.Invoke(null, new CustomEventArgs(info));
 }
Пример #2
0
 private void OnSendResponse(Response response)
 {
     response.Stopwatch.Stop();
     SendResponse?.Invoke(response);
 }