Mercurial > pub > ImplabNet
view Implab/ICancellable.cs @ 246:5aa9cfbe56c3 v3
missing files
| author | cin |
|---|---|
| date | Fri, 26 Jan 2018 11:19:38 +0300 |
| parents | 0fa293bb1351 |
| children |
line wrap: on
line source
using System; namespace Implab { public interface ICancellable { void Cancel(); void Cancel(Exception reason); } }
