##// END OF EJS Templates
Working on Unity xml configuration: Refactoring in progress
Working on Unity xml configuration: Refactoring in progress

File last commit:

r273:79110a16cab7 v3
r273:79110a16cab7 v3
Show More
ITextValue.cs
5 lines | 109 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity {
public interface ITextValue {
string Value { get; }
}
}