Example #1
0
        protected override void Destroy()
        {
            base.Destroy();

            if (action != null)
            {
                action.UnsubscribeFtpEvent();
            }
        }