>532のコードで気になった部分

public FormMain() {
InitializeComponent();
fs = new FormSub();
fs.formMain = this;
}

private void button1_Click(object sender, EventArgs e) {
fs.Show();
}