Exemplo n.º 1
0
 public RestartCommand(TimeSpan?delay) : this()
 {
     Delay = new JsonSerializedType <TimeSpan?>(delay);
 }
Exemplo n.º 2
0
 public ShutdownCommand(TimeSpan?delay) : this()
 {
     Delay = new JsonSerializedType <TimeSpan?>(delay);
 }