コード例 #1
0
 public Display(DisplayImpl impl)
 {
     this.impl = impl;
 }
コード例 #2
0
 public CountDisplay(DisplayImpl impl) : base(impl)
 {
 }