Beispiel #1
0
 public void SetHandle(Handle handle)
 {
     this.handle = handle;
 }
 public ConcreteHandler2(Handle handle) : base(handle)
 {
 }
Beispiel #3
0
 public Handle(Handle handle)
 {
     this.handle = handle;
 }