public void AddAndMoveEnd(U dat, float h) { if (h <= 0) { h = 60; } con.AddAndMoveEnd(middle, dat, h); }