C# Class XBuilder.Panels.BuildStepCompile

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: swax/CodePerspective

Méthodes publiques

Méthode Description
BuildStepCompile ( BuildFrame frame, BuildModel model ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BackButton_Click ( object sender, EventArgs e ) : void
ButtonRecompile_Click ( object sender, EventArgs e ) : void
ButtonTestCompile_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsBuildNotRunning ( ) : bool
NextButton_Click ( object sender, EventArgs e ) : void
SecondTimer_Tick ( object sender, EventArgs e ) : void

Method Details

BuildStepCompile() public méthode

public BuildStepCompile ( BuildFrame frame, BuildModel model ) : System
frame BuildFrame
model BuildModel
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void