Exemplo n.º 1
0
        //private readonly Lazy<CommandsSpec> _cachedSpec;

        public SpecController(AtemRepository repo)
        {
            _repo = repo;

            // Force the assembly to be loaded
            new MixEffectCutCommand();

            // TODO - refactor CompileData into this package
            //_cachedSpec = new Lazy<CommandsSpec>(() => SpecGenerator.CompileData());
        }
Exemplo n.º 2
0
 public ImagesController(AtemRepository repo)
 {
     _repo = repo;
 }
Exemplo n.º 3
0
 public DevicesHub(AtemRepository repo, TransferJobMonitor transfers)
 {
     _repo      = repo;
     _transfers = transfers;
 }
Exemplo n.º 4
0
 public DevicesController(AtemRepository repo)
 {
     _repo = repo;
 }