Example #1
0
        public virtual void TearDown()
        {
            try {
                if (package != null)
                {
                    package.Close();
                }
            } catch {
            }

            if (stream != null)
            {
                stream.Close();
            }
        }