5
private void Form1_Shown(object sender, EventArgs e) { this.Visible = false; }
2
7
private void Form1_Shown(object sender, EventArgs e) { //if (xxx) Visible = false; }