C# Class ErlangEditor.Pages.Release

Release.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: xdusongwei/ErlangEditor

Méthodes publiques

Méthode Description
MakeScript ( IEnumerable aApps ) : void
Release ( ) : System
UpdateToolBox ( ) : void

Private Methods

Méthode Description
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

Method Details

MakeScript() public méthode

public MakeScript ( IEnumerable aApps ) : void
aApps IEnumerable
Résultat void

Release() public méthode

public Release ( ) : System
Résultat System

UpdateToolBox() public méthode

public UpdateToolBox ( ) : void
Résultat void