コード例 #1
0
        private void btn_Supervisor_POHistory_Click(object sender, EventArgs e)
        {
            PML_POhistory pML_POhistory = new PML_POhistory();

            pML_POhistory.Show();
            this.Hide();
        }
コード例 #2
0
        private void button15_Click(object sender, EventArgs e)
        {
            PML_POhistory pML_POhistory = new PML_POhistory();

            pML_POhistory.Show();
            this.Hide();
        }
コード例 #3
0
        private void btn_Supervisor_authorizePO_Click(object sender, EventArgs e)
        {
            PML_POhistory history = new PML_POhistory();

            history.Show();
            this.Hide();
        }