예제 #1
0
 public void Dispose()
 {
     this.imageHandler  = null;
     this.credentials   = null;
     this.baseDirectory = null;
     this.renderOptions = null;
     this.OnError       = null;
     this.OnInfo        = null;
     this.OnWarning     = null;
 }
예제 #2
0
파일: FonetDriver.cs 프로젝트: Mimeo/Fo.Net
		public void Dispose()
		{
			this.imageHandler = null;
			this.credentials = null;
			this.baseDirectory = null;
			this.renderOptions = null;
			this.OnError = null;
			this.OnInfo = null;
			this.OnWarning = null;
		}