Example #1
0
        public void Destroy()
        {
            if (LastContext != null)
            {
                LastContext.Destroy();
            }

            if (ParentContext != null)
            {
                ParentContext.Destroy();
            }
        }