C# 클래스 FlatRedBall.Glue.Plugins.PluginUpdater

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
AfterDownload ( AsyncCompletedEventArgs e ) : void
StartDownload ( string fullUrl, System.Action callback ) : void

비공개 메소드들

메소드 설명
HandleComplete ( object sender, AsyncCompletedEventArgs e ) : void

메소드 상세

AfterDownload() 공개 메소드

public AfterDownload ( AsyncCompletedEventArgs e ) : void
e System.ComponentModel.AsyncCompletedEventArgs
리턴 void

StartDownload() 공개 메소드

public StartDownload ( string fullUrl, System.Action callback ) : void
fullUrl string
callback System.Action
리턴 void