Dummy.cs 289 B

123456789
  1. namespace System.ServiceModel.ComIntegration
  2. {
  3. public interface IChannelCredentials { }
  4. public interface IMoniker { }
  5. public interface IServiceSurrogate { }
  6. public class ComPlusListenerInitializationException { }
  7. public class DllHostInitializer { }
  8. public class ServiceMoniker { }
  9. }