Example #1
0
 public void SetServiceRegistration(ServiceLoader loader)
 {
     loader.SetServiceRegistration(this, this.registrationType);
 }
Example #2
0
 public void SetServiceRegistration(ServiceLoader loader)
 {
     loader.SetServiceRegistration <RegistrationInterface>(this);
 }