Ejemplo n.º 1
0
        private void btn_inhd_Click(object sender, EventArgs e)
        {
            report_hanghoa hanghoa = new report_hanghoa();

            hanghoa.ShowDialog();
        }
Ejemplo n.º 2
0
 private void ptb_in_Click(object sender, EventArgs e)
 {
     report_hanghoa hanghoa = new report_hanghoa();
     hanghoa.ShowDialog();
 }