void item3_Click(object sender, EventArgs e) { TimerSettingForm f = new TimerSettingForm(this); f.Show(); }