Example #1
0
 public MicrosoftObserver(subject s)
 {
     this.s = s;
     s.Register(this);
 }
Example #2
0
 public MicrosoftObserver(subject s)
 {
     this.s = s;
     s.Register(this);
 }
Example #3
0
 public googleObserver(subject s)
 {
     this.s = s;
     s.Register(this);
 }
Example #4
0
 public googleObserver(subject s)
 {
     this.s = s;
     s.Register(this);
 }