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