Exemplo n.º 1
0
 public UpdateController(WindowChannels winChannels)
 {
     channels = winChannels;
     channels.StartChannel.Subscribe(fiber, OnStart);
     fiber.Start();
 }
Exemplo n.º 2
0
 public UpdateController(WindowChannels winChannels)
 {
     channels = winChannels;
     channels.StartChannel.Subscribe(fiber, OnStart);
     fiber.Start();
 }