public PeopleWatcher(Person p)
			{
				this.p = p;
			}
Пример #2
0
 public PeopleWatcher(Person p)
 {
     this.p = p;
 }