private void посмотретьВложенияToolStripMenuItem_Click(object sender, EventArgs e) { ReadForm read = new ReadForm(this, curr_fold, grid_messlist.SelectedRows[0].Cells[0].Value.ToString()); InAttachForm attachForm = new InAttachForm(read.message); attachForm.Show(); }
private void b_attach_Click(object sender, EventArgs e) { InAttachForm attachForm = new InAttachForm(message); attachForm.Show(); }