예제 #1
0
        public void Dispose(bool disposing)
        {
            if (disposing)
            {
                if (!this.disposed)
                {
                    if (agency != null)
                    {
                        agency.Dispose();
                    }

                    this.disposed = true;
                }
            }
        }