##// 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
cin
inital progress handling
r7 using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Implab
{
cin
refactoring
r25 public interface IPromise<T>: IPromiseBase
cin
inital progress handling
r7 {
cin
refactoring
r25
cin
inital progress handling
r7
}
}