C# Class GuiComp.DialPad

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: ufasoft/coin

Méthodes publiques

Méthode Description
DialPad ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnKey ( Dtmf dtmf ) : void

Private Methods

Méthode 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 méthode

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

OnKey() protected méthode

protected OnKey ( Dtmf dtmf ) : void
dtmf Dtmf
Résultat void