コード例 #1
0
        protected override void OnInit()
        {
            _systemsTypes = GFContextSystemUtility.GetAllSystemTypes(SystemsUtility.SystemType.Both);

            if (string.IsNullOrEmpty(target.name))
            {
                GFContextSystemUtility.AddDefaultSystemsToOrder(target as BaseGFSystemsOrder, SystemsUtility.SystemType.Both);
            }
            else
            {
                SystemsUtility.CheckOrder(target as BaseGFSystemsOrder, _systemsTypes);
            }
        }
コード例 #2
0
        protected override void OnInit()
        {
            _systemsTypes = GFContextSystemUtility.GetAllSystemTypes(SystemsUtility.SystemType.Both, true);

            GFContextSystemUtility.CheckSystemSettings(target as BaseGFSystemSettingsData, _systemsTypes);
        }