ATMLProject.model.TestProgramSet.SaveReaderATMLDocument C# (CSharp) 메소드

SaveReaderATMLDocument() 공개 메소드

public SaveReaderATMLDocument ( string documentName, byte contentBytes, bool forceOverWrite ) : void
documentName string
contentBytes byte
forceOverWrite bool
리턴 void
        public void SaveReaderATMLDocument( string documentName, byte[] contentBytes, bool forceOverWrite )
        {
            SaveATMLDocument( documentName, AtmlFileType.AtmlTypeTestConfiguration, contentBytes, forceOverWrite );
        }