private void materialRaisedButton3_Click(object sender, EventArgs e) { task_isolate a = new task_isolate(this); a.ShowDialog(); }
public comment(Form dashForm) { dash = dashForm as task_isolate; InitializeComponent(); }
private void dataGridView1_CellDoubleClick(object sender, DataGridViewCellEventArgs e) { task_isolate a = new task_isolate(this); a.ShowDialog(); }