Mercurial > pub > ImplabNet
comparison Implab/ProgressInitEventArgs.cs @ 12:eb418ba8275b promises
refactoring, added WorkerPool
| author | cin |
|---|---|
| date | Tue, 05 Nov 2013 19:55:34 +0400 |
| parents | 7ea9363fef6c |
| children |
comparison
equal
deleted
inserted
replaced
| 11:6ec82bf68c8e | 12:eb418ba8275b |
|---|---|
| 3 using System.Linq; | 3 using System.Linq; |
| 4 using System.Text; | 4 using System.Text; |
| 5 | 5 |
| 6 namespace Implab | 6 namespace Implab |
| 7 { | 7 { |
| 8 | 8 [Serializable] |
| 9 public class ProgressInitEventArgs: EventArgs | 9 public class ProgressInitEventArgs: EventArgs |
| 10 { | 10 { |
| 11 public float MaxProgress | 11 public float MaxProgress |
| 12 { | 12 { |
| 13 get; | 13 get; |
