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

LoadContent() private method

private LoadContent ( byte xmlFile, byte xslFile ) : void
xmlFile byte
xslFile byte
return void
        private void LoadContent( byte[] xmlFile, byte[] xslFile )
        {
            try
            {
                Load( xmlFile, xslFile );
            }
            catch (Exception e)
            {
                LogManager.Error( e );
            }
        }

Same methods

ATMLXslTranslationForm::LoadContent ( Document xml, Document xsl ) : void
ATMLXslTranslationForm::LoadContent ( Stream xmlFile, Stream xslFile ) : void
ATMLXslTranslationForm::LoadContent ( string xmlFileName, string xslFileName ) : void