##// END OF EJS Templates
Added IObservable to TraceRegistry
Added IObservable to TraceRegistry

File last commit:

r267:6b3e5c48131b v3
r288:90cef6117ced v3
Show More
Schema.cs
4 lines | 193 B | text/x-csharp | CSharpLexer
cin
Working on Unity xml configuration
r267 namespace Implab.ServiceHost.Unity {
public static class Schema {
public const string ContainerConfigurationNamespace = "http://implab.org/schemas/servicehost/unity.v1.xsd";
}
}