Esempio n. 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;
 }
Esempio n. 2
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;
		}