示例#1
0
        public override void SwitchingContextModel()
        {
            var switchingContextCost = MainOrganization.SwitchingContextCost;

            Capacity.Multiply(1 / switchingContextCost);
        }