Esempio n. 1
0
 public frmMainReport(WastManageListForm wastManageListForm, string code)
 {
     InitializeComponent();
     this.wastManageListForm = wastManageListForm;
     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)
        {
            WastManageListForm obj = new WastManageListForm();

            obj.MdiParent = this;
            obj.Show();
        }
 public WastManageDetailForm(WastManageListForm wastManageListForm, string code)
 {
     InitializeComponent();
     this.wastManageListForm = wastManageListForm;
     this.code = code;
 }