private void pictureBoxTrashNote_Click(object sender, EventArgs e) { frmTrash trash = new frmTrash(); //this.trash.MdiParent = this; trash.Show(); }
private void trashNoteToolStripMenuItem_Click(object sender, EventArgs e) { frmTrash trash = new frmTrash(); trash.Show(); }