C# Class MTMCL.Update.Update

Update.xaml 的互動邏輯
Inheritance: IDisposable
显示文件 Open project: cvronmin/metocraft

Public Methods

Method Description
Dispose ( ) : void
Update ( int build, string url ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ClientOnDownloadFileCompleted ( object sender, System asyncCompletedEventArgs ) : void
ClientOnDownloadProgressChanged ( object sender, System downloadProgressChangedEventArgs ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Update() public method

public Update ( int build, string url ) : System
build int
url string
return System