Example #1
0
 public NotificationProgressMonitor(PlayerService service)
 {
     m_PlayerService = service;
 }
Example #2
0
 public ServiceBinder(PlayerService service)
 {
     Service = service;
 }