Ejemplo n.º 1
0
        private void adjustสนคาหนารานToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StoreFrontAdjustForm obj = new StoreFrontAdjustForm();

            obj.MdiParent = this;
            obj.Show();
        }
Ejemplo n.º 2
0
 public frmMainReport(StoreFrontAdjustForm storeFrontAdjustForm, string code)
 {
     InitializeComponent();
     this.storeFrontAdjustForm = storeFrontAdjustForm;
     this.code       = code;
     this.TypeReport = MyConstant.TypeReport.Adjust;
 }
Ejemplo n.º 3
0
 public SelectedProductPopup(StoreFrontAdjustForm storeFrontAdjustForm, List <ProductDetails> list)
 {
     InitializeComponent();
     this.storeFrontAdjustForm = storeFrontAdjustForm;
     this.list = list;
     _FromForm = "StoreFrontAdjustForm";
 }