Exemplo n.º 1
0
 public Config(IContext context, ISuiviMCOModel viewModel, ISuiviMCOService service)
 {
     this.service   = service;
     this.context   = context;
     this.viewModel = viewModel;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public Module(IContext context, ISuiviMCOService service)
 {
     Model        = new ViewModel();
     this.context = context;
     this.service = service;
     this.Initialize();
 }