Exemplo n.º 1
0
 public ServerRestart(ServerRestart restart)
 {
     Enabled = restart.Enabled;
     Time    = new SimpleTime(restart.Time.Hours, restart.Time.Minutes);
 }
Exemplo n.º 2
0
 public ServerRestart(bool enabled, SimpleTime time)
 {
     Enabled = enabled;
     Time    = time;
 }