예제 #1
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ตรวจนบสตอกToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CheckFrontStockForm obj = new CheckFrontStockForm();

            obj.MdiParent = this;
            obj.Show();
        }
 public SelectedUserPopup(CheckFrontStockForm checkFrontStockForm)
 {
     InitializeComponent();
     _FromForm = "CheckFrontStockForm";
     this.checkFrontStockForm = checkFrontStockForm;
 }