C# 클래스 nex.MainWindow

MainWindow
상속: System.Windows.Window, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: frainworks/nex

공개 프로퍼티들

프로퍼티 타입 설명
Nexed bool
NexusAnchor int
cookies CookieContainer
description string
doc XmlDocument
getPlayerStatusResult string
getresult string
nsenChannel string
nsenUrl string
sec int
secForProgress int
title string
user_nickname string

공개 메소드들

메소드 설명
MainWindow ( ) : System
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
analyzeXml ( ) : void
getPlayerStatus ( ) : void

비공개 메소드들

메소드 설명
ExitButton_Click ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
MinimizeButton_Click ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

MainWindow_Loaded() 공개 메소드

public MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

analyzeXml() 공개 메소드

public analyzeXml ( ) : void
리턴 void

getPlayerStatus() 공개 메소드

public getPlayerStatus ( ) : void
리턴 void

프로퍼티 상세

Nexed 공개적으로 프로퍼티

public bool Nexed
리턴 bool

NexusAnchor 공개적으로 프로퍼티

public int NexusAnchor
리턴 int

cookies 공개적으로 프로퍼티

public CookieContainer cookies
리턴 CookieContainer

description 공개적으로 프로퍼티

public string description
리턴 string

doc 공개적으로 프로퍼티

public XmlDocument doc
리턴 XmlDocument

getPlayerStatusResult 공개적으로 프로퍼티

public string getPlayerStatusResult
리턴 string

getresult 공개적으로 프로퍼티

public string getresult
리턴 string

nsenChannel 공개적으로 프로퍼티

public string nsenChannel
리턴 string

nsenUrl 공개적으로 프로퍼티

public string nsenUrl
리턴 string

sec 공개적으로 프로퍼티

public int sec
리턴 int

secForProgress 공개적으로 프로퍼티

public int secForProgress
리턴 int

title 공개적으로 프로퍼티

public string title
리턴 string

user_nickname 공개적으로 프로퍼티

public string user_nickname
리턴 string