C# Class ErlangEditor.Pages.Release

Release.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Show file Open project: xdusongwei/ErlangEditor

Public Methods

Method Description
MakeScript ( IEnumerable aApps ) : void
Release ( ) : System
UpdateToolBox ( ) : void

Private Methods

Method 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 method

public MakeScript ( IEnumerable aApps ) : void
aApps IEnumerable
return void

Release() public method

public Release ( ) : System
return System

UpdateToolBox() public method

public UpdateToolBox ( ) : void
return void