ATMLCommonLibrary.controls.path.PathSignalDelayControl.ShowFrequencyValue C# (CSharp) Method

ShowFrequencyValue() private method

private ShowFrequencyValue ( ) : void
return void
        private void ShowFrequencyValue()
        {
            if (((PathSignalDelay) _limit).Frequency != null)
                edtFrequency.Value = _limit.ToString();
        }