C# Class GIProbesDebugger.DebuggerForm

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Méthode Description
DebuggerForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosed ( FormClosedEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
Application_Idle ( object sender, EventArgs e ) : void
Camera_CameraTransformChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LoadProbePixels ( FileInfo _FileName ) : void
buttonLoadProbe_Click ( object sender, EventArgs e ) : void
buttonReload_Click ( object sender, EventArgs e ) : void

Method Details

DebuggerForm() public méthode

public DebuggerForm ( ) : System
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

OnFormClosed() protected méthode

protected OnFormClosed ( FormClosedEventArgs e ) : void
e FormClosedEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void