mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	AsyncReply
This commit is contained in:
		| @@ -45,7 +45,7 @@ public class AsyncReply<T> : AsyncReply | ||||
|         return this; | ||||
|     } | ||||
|  | ||||
|     public new AsyncReply<T> Progress(Action<ProgressType, int, int> callback) | ||||
|     public new AsyncReply<T> Progress(Action<ProgressType, uint, uint> callback) | ||||
|     { | ||||
|         base.Progress(callback); | ||||
|         return this; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user