protected override void LoadComplete() { base.LoadComplete(); //we may be setting a custom judgement in test cases or what not. if (Judgement == null) { Judgement = CreateJudgementInfo(); } //force application of the state that was set before we loaded. UpdateState(State); }
protected override void LoadComplete() { base.LoadComplete(); Judgement = CreateJudgementInfo(); }