public PeopleWatcher(Person p)
			{
				this.p = p;
			}
Beispiel #2
0
 public PeopleWatcher(Person p)
 {
     this.p = p;
 }