コード例 #1
0
 public void SetPusher(IPusher pusher)
 {
     _pusher = pusher;
     _pusher.OnReport(Report);
 }