C# Class AjTalk.Gui.Transcript

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: ajlopez/AjTalk

Public Methods

Method Description
Transcript ( System.Machine machine ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( System &msg, Keys keyData ) : bool

Private Methods

Method Description
DoIt ( ) : void
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

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

ProcessCmdKey() protected method

protected ProcessCmdKey ( System &msg, Keys keyData ) : bool
msg System
keyData Keys
return bool

Transcript() public method

public Transcript ( System.Machine machine ) : System
machine System.Machine
return System