ATML1671Reader.forms.ATMLReaderOutputWindow.LoadOutputText C# (CSharp) Method

LoadOutputText() private method

private LoadOutputText ( TestConfiguration15 testConfiguration ) : void
testConfiguration ATMLModelLibrary.model.common.TestConfiguration15
return void
        private void LoadOutputText( TestConfiguration15 testConfiguration )
        {
            //No need to do this now that we have a file watcher
            //ATMLOutputText = testConfiguration.Serialize();
        }

Same methods

ATMLReaderOutputWindow::LoadOutputText ( Document document ) : void
ATMLReaderOutputWindow::LoadOutputText ( FileInfo fileInfo, byte content ) : void