Beispiel #1
0
 public void Dispose()
 {
     _commandList = null;
       _allCommandsComplete = null;
 }
Beispiel #2
0
 public CommandSequence(ICommandList commandList, CommandsComplete allCommandsComplete)
 {
     _commandList = commandList;
       _allCommandsComplete = allCommandsComplete;
 }