Ejemplo n.º 1
0
 public UserboxCommand(UserboxCommandType type, int delay, int number, DateTime timestamp)
     : this()
 {
     Type      = type;
     Delay     = delay;
     Number    = number;
     Timestamp = timestamp;
 }
Ejemplo n.º 2
0
 public UserboxCommand(UserboxCommandType type, int delay, int number, DateTime timestamp)
     : this()
 {
     Type = type;
     Delay = delay;
     Number = number;
     Timestamp = timestamp;
 }
Ejemplo n.º 3
0
 public UserboxCommand(UserboxCommandType type)
     : this()
 {
     Type      = type;
     Timestamp = DateTime.Now;
 }
Ejemplo n.º 4
0
 public UserboxCommand(UserboxCommandType type, DateTime timestamp)
     : this()
 {
     Type      = type;
     Timestamp = timestamp;
 }
Ejemplo n.º 5
0
 public UserboxCommand(UserboxCommandType type)
     : this()
 {
     Type = type;
     Timestamp = DateTime.Now;
 }
Ejemplo n.º 6
0
 public UserboxCommand(UserboxCommandType type, DateTime timestamp)
     : this()
 {
     Type = type;
     Timestamp = timestamp;
 }