示例#1
0
 public void RegisterInterceptor()
 {
     LoupeCommandInterceptor.Register();
 }
 public void DuplicateRegistration()
 {
     LoupeCommandInterceptor.Register(); //this should be a duplicate.
     LoupeCommandInterceptor.Register(); //but now we can be sure
 }