Betzalel.SimpleMulticastAnalyzer.Infrastructure.HighResolutionTimer.OnStarted C# (CSharp) Method

OnStarted() private method

private OnStarted ( EventArgs e ) : void
e System.EventArgs
return void
        private void OnStarted(EventArgs e)
        {
            EventHandler handler = Started;

              if (handler != null)
              {
            handler(this, e);
              }
        }