Метод | Описание | |
---|---|---|
ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System | ||
ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System | ||
ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System | ||
ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnClosing ( CancelEventArgs e ) : void |
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
Load ( Document xsl, Document xml ) : void | ||
Load ( Stream xmlFile, Stream xslFile ) : void | ||
Load ( byte xmlFile, byte xslFile ) : void | ||
LoadContent ( Document xml, Document xsl ) : void | ||
LoadContent ( Stream xmlFile, Stream xslFile ) : void | ||
LoadContent ( byte xmlFile, byte xslFile ) : void | ||
LoadContent ( string xmlFileName, string xslFileName ) : void | ||
ProcessSubmit ( WebBrowserDocumentCompletedEventArgs e ) : void | ||
btnClose_Click ( object sender, EventArgs e ) : void | ||
webBrowser_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void | ||
webBrowser_Navigating ( object sender, WebBrowserNavigatingEventArgs e ) : void |
public ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System | ||
xmlFile | Document | |
xslFile | Document | |
Результат | System |
public ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System | ||
xmlFile | Stream | |
xslFile | Stream | |
Результат | System |
public ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System | ||
xmlFile | byte | |
xslFile | byte | |
Результат | System |
public ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System | ||
xmlFileName | string | |
xslFileName | string | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
Результат | void |