Method | Description | |
---|---|---|
App ( ) : System | ||
LoadNodes ( String s, string dim1, string dim2 ) : Node | ||
LoadNodes ( System.Xml.Linq.XElement xe, System.Xml.Linq.XName k1, System.Xml.Linq.XName k2 ) : Node | ||
Update ( System.Xml.Linq.XElement xe, int &v, System.Xml.Linq.XName k ) : void |
Method | Description | |
---|---|---|
Application_Exit ( object sender, |
||
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void | ||
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void | ||
LoadNodesFromString ( String s ) : void | ||
ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void | ||
main_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
webclient_DownloadStringCompleted ( object sender, |
public static LoadNodes ( String s, string dim1, string dim2 ) : Node | ||
s | String | |
dim1 | string | |
dim2 | string | |
return | Node |
public static LoadNodes ( System.Xml.Linq.XElement xe, System.Xml.Linq.XName k1, System.Xml.Linq.XName k2 ) : Node | ||
xe | System.Xml.Linq.XElement | |
k1 | System.Xml.Linq.XName | |
k2 | System.Xml.Linq.XName | |
return | Node |
public static Update ( System.Xml.Linq.XElement xe, int &v, System.Xml.Linq.XName k ) : void | ||
xe | System.Xml.Linq.XElement | |
v | int | |
k | System.Xml.Linq.XName | |
return | void |