C# Class PrologNet.MainForm

Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
CodeExecuted ( object sender, PrologQueryEventArgs e ) : void
ExecuteCode ( ) : void
MainForm ( ) : System
OnExecute ( object sender, EventArgs e ) : void
OnTextChanged ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetCodeSentences ( ) : IEnumerable
GetQuery ( ) : Query
InitializeComponent ( ) : void

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

Method Details

CodeExecuted() public méthode

public CodeExecuted ( object sender, PrologQueryEventArgs e ) : void
sender object
e PrologQueryEventArgs
Résultat void

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

ExecuteCode() public méthode

public ExecuteCode ( ) : void
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

OnExecute() public méthode

public OnExecute ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnTextChanged() public méthode

public OnTextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void