Example #1
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            if (Conditionals == null)
            {
                return;
            }

            InventoryConditional cond = new InventoryConditional();

            Conditionals.Add(cond);
            UpdateUI();
            SelectedConditional = cond;
        }