mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Cleaning
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| using System; | ||||
| using Esiur.Misc; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Runtime.CompilerServices; | ||||
| using System.Text; | ||||
| @@ -27,7 +28,7 @@ public class AsyncReplyBuilder | ||||
|  | ||||
|     public void SetStateMachine(IAsyncStateMachine stateMachine) | ||||
|     { | ||||
|         Console.WriteLine("SetStateMachine"); | ||||
|         Global.Log("AsyncReplyBuilder", LogType.Debug, "SetStateMachine"); | ||||
|     } | ||||
|  | ||||
|     public void SetException(Exception exception) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user