Beispiel #1
0
        public CustomerPresenter(ICustomerGui screen)
        {
            _screen = screen;
            _screen.Register(this);

            _screen.EnableControls(false); // Disables textboxes until user selects a customer or clicks 'New'
        }