Beispiel #1
0
 public DeferredReferenceMaps(IContentsHistory contexts, IDeferredCommands commands, IReferenceMaps maps)
 {
     _contexts = contexts;
     _commands = commands;
     _maps     = maps;
 }
Beispiel #2
0
 public Implementation(IContentsHistory contexts, IDeferredCommands commands, IReferenceMaps maps)
 {
     _contexts = contexts;
     _commands = commands;
     _maps     = maps;
 }
 public ExecuteDeferredCommandsCommand(IDeferredCommands commands)
 {
     _commands = commands;
 }
 public DeferredReferencesReader(IDeferredCommands commands, IFormatReader reader)
 {
     _commands = commands;
     _reader   = reader;
 }