AMPSExcel.ManageSubsForm.deactivate C# (CSharp) 메소드

deactivate() 개인적인 메소드

private deactivate ( int index ) : void
index int
리턴 void
        private void deactivate(int index)
        {
            var activeSub = ActiveSub.find(_subs[index]);
            if (activeSub == null) return;
            activeSub.close();
        }