Exemplo n.º 1
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            frmFetchFile frm = new frmFetchFile();

            frm.Show();
            this.Close();
        }
Exemplo n.º 2
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            frmFetchFile fetchFrm = new frmFetchFile();

            fetchFrm.Tag = this;
            fetchFrm.Show(this);
            Hide();
        }