Exemple #1
0
 public Context()
 {
     SenderHolder = new SenderHolder();
     NotifyService = new NotifyRegistryImpl(this);
     NotifyEngine = new NotifyEngine(this);
     DispatchEngine = new DispatchEngine(this);
 }
Exemple #2
0
 public Context()
 {
     SenderHolder   = new SenderHolder();
     NotifyService  = new NotifyRegistryImpl(this);
     NotifyEngine   = new NotifyEngine(this);
     DispatchEngine = new DispatchEngine(this);
 }