private void Remove(Timer t) { screen_list.Remove((Screen)t.tag); }
private void SetReady(Timer t) { ready = true; }