ATMLProject.managers.ProjectManager.RemoveATMLDocument C# (CSharp) Метод

RemoveATMLDocument() публичный статический Метод

public static RemoveATMLDocument ( string documentName, AtmlFileType atmlType ) : void
documentName string
atmlType AtmlFileType
Результат void
        public static void RemoveATMLDocument( string documentName, AtmlFileType atmlType )
        {
            TestProgramSet currenTestProgramSet = Instance.CurrentTestProgramSet;
            if (currenTestProgramSet != null)
                currenTestProgramSet.RemoveATMLDocument( documentName, atmlType );
            ATMLNavigator.Instance.RemoveAtmlFile( documentName );
        }