Exemplo n.º 1
0
 public DeferredCommand(ScenimaticEvent eventData,
                        Connection connection, DeferredCommandType commandType)
 {
     this.eventData   = eventData;
     this.connection  = connection;
     this.commandType = commandType;
 }
Exemplo n.º 2
0
 public DeferredCommand(Connection connection,
                        DeferredCommandType commandType)
 {
     this.connection  = connection;
     this.commandType = commandType;
 }
Exemplo n.º 3
0
 public DeferredCommand(ScenimaticEvent eventData,
                        DeferredCommandType commandType)
 {
     this.eventData   = eventData;
     this.commandType = commandType;
 }