Mercurial > pub > ImplabNet
view Implab/ITaskController.cs @ 235:b49969a7043c v2
Слияние
| author | cin |
|---|---|
| date | Thu, 05 Oct 2017 09:24:49 +0300 |
| parents | 706fccb85524 |
| children |
line wrap: on
line source
using System; namespace Implab { public interface ITaskController: IProgressHandler, ICancellable { bool IsCancelled { get; } event EventHandler Cancelled; } }
