コード例 #1
0
            protected static void OnRun(Scenario scenario, ScenarioFrame frame)
            {
                StrandedCoupleScenario s = scenario as StrandedCoupleScenario;

                if (s == null)
                {
                    return;
                }

                StrandedLoanScenario.CalculateValue(s);
            }
コード例 #2
0
 protected StrandedLoanScenario(StrandedLoanScenario scenario)
     : base(scenario)
 {
     mParent = scenario.mParent;
 }