Example #1
0
 public override void PaintBackground(HintPainter context)
 {
     Requirement.PaintBackground(context, Hint.Kind.AmongMust);
     Candidate.PaintBackground(context, Hint.Kind.Must);
 }
Example #2
0
 public override void PaintBackground(HintPainter context)
 {
     c.PaintBackground(context, 0);
 }