Ejemplo n.º 1
0
        private void รายงานความเคลอนไหวสนคาToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReportStockCard obj = new ReportStockCard();

            obj.MdiParent = this;
            obj.Show();
        }
Ejemplo n.º 2
0
        public frmMainReport(ReportStockCard reportStockCard, DataTable dt, string user, string whereDate, string whereProduct, string whereGroupP)
        {
            InitializeComponent();
            this.reportStockCard = reportStockCard;
            this.dt           = dt;
            this.user         = user;
            this.whereDate    = whereDate;
            this.whereProduct = whereProduct;
            this.whereGroupP  = whereGroupP;

            this.TypeReport = MyConstant.TypeReport.StockCard;
        }
Ejemplo n.º 3
0
 public SelectedProductPopup(ReportStockCard reportStockCard)
 {
     InitializeComponent();
     _FromForm            = "ReportStockCard";
     this.reportStockCard = reportStockCard;
 }