コード例 #1
0
        public FormHotelEmployee()
        {
            InitializeComponent();
            Dictionary<string, TextBox> textBoxs = new Dictionary<string, TextBox>();

            controller = new ControllerHotelEmployee(dgv, bNav, textBoxs, cbHotel, cbEmployee);
            controller.FillColumns();
        }