C# 클래스 Updater.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: frainworks/nex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
appPath string
channel string
description string
latestVer string
releaseDate string

공개 메소드들

메소드 설명
MainWindow ( ) : System

비공개 메소드들

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

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

프로퍼티 상세

appPath 공개적으로 프로퍼티

public string appPath
리턴 string

channel 공개적으로 프로퍼티

public string channel
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

latestVer 공개적으로 프로퍼티

public string latestVer
리턴 string

releaseDate 공개적으로 프로퍼티

public string releaseDate
리턴 string