Example #1
0
 public HighScoreDecorator(SchoolRepoter sr)
     : base(sr)
 {
 }
Example #2
0
 public Decorator(SchoolRepoter sr)
 {
     this.sr = sr;
 }
Example #3
0
 public SortDecorator(SchoolRepoter sr)
     : base(sr)
 {
 }