Ejemplo n.º 1
0
        /// <summary>
        /// HELPERS
        /// </summary>
        public void UpdateForm()
        {
            this.Refresh();
            Refresh();
            this.Hide();
            AddMealForm s = new AddMealForm();

            s.Show();
        }
Ejemplo n.º 2
0
        /// <summary>
        /// BUTTON EVENTS
        /// </summary>
        private void button1_Click(object sender, EventArgs e)
        {
            AddMealForm amf = new AddMealForm();

            amf.Show();
        }