Example #1
0
        //Fin Cristian Tarea 00084

        #endregion

        #region Constructores

        public FrmAgrupamientos(string type)
        {
            InitializeComponent();
            _type         = type;
            _uiController = new AgrupamientosController(type);
            Build_UI();
        }
Example #2
0
 public FrmAgrupamientos(AgrupamientosController controller)
 {
     _uiController = controller;
     InitializeComponent();
 }