C# Class SilverlightViewer.App

Inheritance: System.Windows.Application
Afficher le fichier Open project: mono/TreemapViewer

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
Application_Exit ( object sender, EventArgs e ) : void
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, DownloadStringCompletedEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

LoadNodes() public static méthode

public static LoadNodes ( String s, string dim1, string dim2 ) : Node
s String
dim1 string
dim2 string
Résultat Node

LoadNodes() public static méthode

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
Résultat Node

Update() public static méthode

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
Résultat void