示例#1
0
        private void ListaMaquillaje_SelectedIndexChanged(object sender, EventArgs e)
        {
            try
            {
                maquillaje = maquillaje.BuscarID(Convert.ToInt32(ListaMaquillaje.Text));


                ValoresParaLosTextDesdeObejto(maquillaje);
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.ToString());
            }
        }