Beispiel #1
0
 public Display(DisplayImpl impl)
 {
     this.impl = impl;
 }
Beispiel #2
0
 public CountDisplay(DisplayImpl impl) : base(impl)
 {
 }