C# Class BabbySay.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: gray-panda/grayrepo

Méthodes publiques

Méthode Description
Form1 ( ) : System
do_a_thing ( ) : void
key_click ( object sender, EventArgs args ) : void
timer_tick ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
load_sound ( string path ) : System.Media.SoundPlayer
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

do_a_thing() public méthode

public do_a_thing ( ) : void
Résultat void

key_click() public méthode

public key_click ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

timer_tick() public méthode

public timer_tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void