private void Draw() { Graphics g = flatPanel.CreateGraphics(); g.Clear(Color.AliceBlue); Flat.Draw(g); }