private void pictureBox4_Click(object sender, EventArgs e) { frmFetchFile frm = new frmFetchFile(); frm.Show(); this.Close(); }
private void pictureBox2_Click(object sender, EventArgs e) { frmFetchFile fetchFrm = new frmFetchFile(); fetchFrm.Tag = this; fetchFrm.Show(this); Hide(); }