Example #1
0
        private void configurarImagenesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var config = new Imagenes();

            config.ShowDialog();

            imageServicio.CargarImagenes();
        }