コード例 #1
0
        private void pRRelancéParMPRToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form_ListePRrelancé lpr = new Form_ListePRrelancé();

            lpr.Show();
        }
コード例 #2
0
        private void fluxAfficherLesPiecesAvecDécalageToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form_ListePRrelancé af = new Form_ListePRrelancé();

            af.Show();
        }
コード例 #3
0
        private void listeDesPRRelancéToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form_ListePRrelancé ap = new Form_ListePRrelancé();

            ap.Show();
        }