示例#1
0
 protected NewImmigrantScenario(NewImmigrantScenario scenario)
     : base(scenario)
 {
     mReport          = scenario.mReport;
     scenario.mReport = false;
 }
示例#2
0
 protected NewImmigrantScenario(NewImmigrantScenario scenario)
     : base (scenario)
 {
     mReport = scenario.mReport;
     scenario.mReport = false;
 }