示例#1
0
文件: Floo.cs 项目: joovnaz/Floomeen
        public void Check()
        {
            _rulesValidator.Check();

            _stateSettingsValidator.Check(_rulesValidator.FromStates, _rulesValidator.ToStates());
        }