コード例 #1
0
 public Person(Network network)
 {
     this.network = network;
     network.Subscribe(this);
 }