Пример #1
0
        private void btn_inhd_Click(object sender, EventArgs e)
        {
            report_hanghoa hanghoa = new report_hanghoa();

            hanghoa.ShowDialog();
        }
Пример #2
0
 private void ptb_in_Click(object sender, EventArgs e)
 {
     report_hanghoa hanghoa = new report_hanghoa();
     hanghoa.ShowDialog();
 }