コード例 #1
0
 internal InvocationRecorder()
 {
     _instance = this;
 }
コード例 #2
0
ファイル: InvocationRecorder.cs プロジェクト: textmetal/main
		internal InvocationRecorder()
		{
			_instance = this;
		}
コード例 #3
0
 public void Dispose()
 {
     _instance = null;
 }
コード例 #4
0
ファイル: InvocationRecorder.cs プロジェクト: textmetal/main
		public void Dispose()
		{
			_instance = null;
		}