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