예제 #1
0
 public frmMainReport(CountProduct countProduct, DataTable dt)
 {
     InitializeComponent();
     this.countProduct = countProduct;
     this.dt           = dt;
     this.TypeReport   = MyConstant.TypeReport.CountProduct;
 }
예제 #2
0
        private void รายงานการตรวจนบสนคาToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CountProduct obj = new CountProduct();

            obj.MdiParent = this;
            obj.Show();
        }