Beispiel #1
0
 public BClass()
 {
     this.aclass = new AClass();
     this.aclass.StateOfInterestChanged += this.AClass_StateOfInterestChanged;
 }
Beispiel #2
0
 public BClass()
 {
     this.aclass = new AClass();
     this.aclass.StateOfInterestChanged += this.AClass_StateOfInterestChanged;
 }