コード例 #1
0
        public static double GetOutput(bool first, bool second)
        {
            First.Value  = first;
            Second.Value = second;

            A.OutputCache      = null;
            B.OutputCache      = null;
            Output.OutputCache = null;

            return(Output.Output());
        }