Exemple #1
0
 private void btnSeeAllRecipes_Click(object sender, EventArgs e)
 {
     frmShowAllRecipes ShowAllRecipes = new frmShowAllRecipes();
     ShowAllRecipes.ShowDialog();
 }
Exemple #2
0
        private void btnSeeAllRecipes_Click(object sender, EventArgs e)
        {
            frmShowAllRecipes ShowAllRecipes = new frmShowAllRecipes();

            ShowAllRecipes.ShowDialog();
        }