Exemple #1
0
        private void pictureBoxTrashNote_Click(object sender, EventArgs e)
        {
            frmTrash trash = new frmTrash();

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

            trash.Show();
        }