##// END OF EJS Templates
refactoring
refactoring

File last commit:

r25:9bf5b23650c9 default
r25:9bf5b23650c9 default
Show More
IPromise.cs
16 lines | 199 B | text/x-csharp | CSharpLexer
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Implab
{
public interface IPromise<T>: IPromiseBase
{
}
}