Example #1
0
        private void AddNewProduct(object sender, EventArgs e)
        {
            var dialog = new FindProduct(listProduct);

            dialog.ParentForm = this;
            dialog.ShowDialog();
        }
Example #2
0
 private void AddNewProduct(object sender, EventArgs e)
 {
     var dialog = new FindProduct(listProduct);
     dialog.ParentForm = this;
     dialog.ShowDialog();
 }