Exemplo n.º 1
0
        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();
        }
Exemplo n.º 2
0
        private void b_attach_Click(object sender, EventArgs e)
        {
            InAttachForm attachForm = new InAttachForm(message);

            attachForm.Show();
        }