コード例 #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;
		}