public void Register(Countdown msg) { msg.NewMsg += Listener2Msg; }
public void Unregister(Countdown msg) { msg.NewMsg -= Listener2Msg; }