ATMLCommonLibrary.forms.ATMLXslTranslationForm.LoadContent C# (CSharp) Method

LoadContent() private method

private LoadContent ( Document xml, Document xsl ) : void
xml Document
xsl Document
return void
        private void LoadContent( Document xml, Document xsl )
        {
            try
            {
                Load( xsl, xml );
            }
            catch (Exception e)
            {
                LogManager.Error( e );
            }
        }

Same methods

ATMLXslTranslationForm::LoadContent ( Stream xmlFile, Stream xslFile ) : void
ATMLXslTranslationForm::LoadContent ( byte xmlFile, byte xslFile ) : void
ATMLXslTranslationForm::LoadContent ( string xmlFileName, string xslFileName ) : void