C# 클래스 ErlangEditor.Pages.Release

Release.xaml 的交互逻辑
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: xdusongwei/ErlangEditor

공개 메소드들

메소드 설명
MakeScript ( IEnumerable aApps ) : void
Release ( ) : System
UpdateToolBox ( ) : void

비공개 메소드들

메소드 설명
BackgroundProc ( object arg ) : void
CalcProcess ( List &aApps ) : int
ClearLibFolder ( ) : void
CompileSource ( IEnumerable aApps ) : void
Copy ( ) : void
FileCompiled ( ErlangEditor aEntity ) : void
MakeLibFolder ( IEnumerable aApps ) : void
MakeTar ( IEnumerable aApps ) : void
Open ( ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
btnStart_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

MakeScript() 공개 메소드

public MakeScript ( IEnumerable aApps ) : void
aApps IEnumerable
리턴 void

Release() 공개 메소드

public Release ( ) : System
리턴 System

UpdateToolBox() 공개 메소드

public UpdateToolBox ( ) : void
리턴 void