示例#1
0
 public DeferredCommand(ScenimaticEvent eventData,
                        Connection connection, DeferredCommandType commandType)
 {
     this.eventData   = eventData;
     this.connection  = connection;
     this.commandType = commandType;
 }
示例#2
0
 public DeferredCommand(Connection connection,
                        DeferredCommandType commandType)
 {
     this.connection  = connection;
     this.commandType = commandType;
 }
示例#3
0
 public DeferredCommand(ScenimaticEvent eventData,
                        DeferredCommandType commandType)
 {
     this.eventData   = eventData;
     this.commandType = commandType;
 }