Ejemplo n.º 1
0
 private void RawMixRecipeForm_Load(object sender, EventArgs e)
 {
     ctx = new PWIC_TEST_ONEEntities();
     this.loadIngredients();//populate ingredients combobox
     listOfIngredients = new List<RawMixRecipe>();
 }
Ejemplo n.º 2
0
 private void Form1_Load(object sender, EventArgs e)
 {
     ctx = new PWIC_TEST_ONEEntities();
     populateRemainingInventory();
 }