private void toolStripLabel2_Click(object sender, EventArgs e) { F_Task add_task_form = new F_Task(); add_task_form.ShowDialog(this); }