Example #1
0
 public frmMainReport(WasteManageForm wasteManageForm, string code)
 {
     InitializeComponent();
     this.wasteManageForm = wasteManageForm;
     this.code            = code;
     this.TypeReport      = MyConstant.TypeReport.WastManage;
 }
        /// <summary>
        /// สินค้าของเสียไปคลัง
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void โอนสนคาของเสยหนารานToolStripMenuItem_Click(object sender, EventArgs e)
        {
            WasteManageForm wm = new WasteManageForm(this);

            wm.MdiParent = this;
            wm.Show();
        }
Example #3
0
 public SelectedWasteReasonPopup(WasteManageForm wasteManageForm)
 {
     InitializeComponent();
     this.wasteManageForm = wasteManageForm;
     _FromForm            = "WasteManageForm";
 }