Exemplo n.º 1
0
 public CreateEnzymaticProcessView(IImageListRetriever imageListRetriever, UserLookAndFeel lookAndFeel, Shell shell)
     : base(imageListRetriever, lookAndFeel, shell)
 {
     InitializeComponent();
     _screenBinder = new ScreenBinder <EnzymaticProcessDTO>();
     _comboBox     = new UxMRUEdit();
 }
Exemplo n.º 2
0
 public EnzymaticCompoundProcessView(IImageListRetriever imageListRetriever, UserLookAndFeel lookAndFeel)
     : base(imageListRetriever, lookAndFeel)
 {
     InitializeComponent();
     _comboBox = new UxMRUEdit();
 }