Esempio n. 1
0
 public void SetImplementor(Implementor implementor)
 {
     this.implementor = implementor;
 }
Esempio n. 2
0
 public void SetImplenmentor(Implementor implementor)
 {
     this.implementor = implementor;
 }
 public RefinedAbstaction(Implementor i) : base(i)
 {
 }
Esempio n. 4
0
 /// <inheritdoc />
 protected RefineAbstraction(Implementor implementor) : base(implementor)
 {
 }
Esempio n. 5
0
 /// <inheritdoc />
 protected Abstraction(Implementor implementor)
 {
     _implementor = implementor;
 }
Esempio n. 6
0
 public Abstraction(Implementor i)
 {
     this.implementor = i;
 }