C# 클래스 SilverlightViewer.App

상속: System.Windows.Application
파일 보기 프로젝트 열기: mono/TreemapViewer

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

LoadNodes() 공개 정적인 메소드

public static LoadNodes ( String s, string dim1, string dim2 ) : Node
s String
dim1 string
dim2 string
리턴 Node

LoadNodes() 공개 정적인 메소드

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
리턴 Node

Update() 공개 정적인 메소드

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
리턴 void