private void button6_Click(object sender, EventArgs e) { FormDayResult frmRes = new FormDayResult(); frmRes.Show(); this.Hide(); }
void buttonDayRes_Click(object sender, EventArgs e) { Form DayResult = new FormDayResult(); DayResult.Left = this.Left; DayResult.Top = this.Top; DayResult.Show(); this.Hide(); }