internal InvocationRecorder()
 {
     _instance = this;
 }
Exemplo n.º 2
0
		internal InvocationRecorder()
		{
			_instance = this;
		}
 public void Dispose()
 {
     _instance = null;
 }
Exemplo n.º 4
0
		public void Dispose()
		{
			_instance = null;
		}