C# Class GuiComp.DialPad

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: ufasoft/coin

Public Methods

Method Description
DialPad ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnKey ( Dtmf dtmf ) : void

Private Methods

Method Description
DialPad_Enter ( object sender, EventArgs e ) : void
DialPad_KeyDown ( object sender, KeyEventArgs e ) : void
DialPad_Load ( object sender, EventArgs e ) : void
DialPad_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void

Method Details

DialPad() public method

public DialPad ( ) : System
return System

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

OnKey() protected method

protected OnKey ( Dtmf dtmf ) : void
dtmf Dtmf
return void