Ejemplo n.º 1
0
 public CustomerHandler(MainViewRibbon view)
 {
     _mainView = view;
       ActiveControl = _companyControl;
       _mainView.RegisterControl(ActiveControl);
 }
Ejemplo n.º 2
0
 public PropertyHandler(MainViewRibbon view)
 {
     _mainView = view;
       ActiveControl = (_propertieControl = new PropertieControl());
       _mainView.RegisterControl(ActiveControl);
 }