Example #1
0
        public void Setup()
        {
            if (_isSetup)
            {
                return;
            }

            _isSetup = true;
            if (TriggerSetup != null)
            {
                TriggerSetup.Invoke(this);
            }
        }