Betzalel.SimpleMulticastAnalyzer.Infrastructure.HighResolutionTimer.OnTick C# (CSharp) 메소드

OnTick() 개인적인 메소드

private OnTick ( EventArgs e ) : void
e System.EventArgs
리턴 void
        private void OnTick(EventArgs e)
        {
            EventHandler handler = Tick;

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