C# Class BabbySay.Form1

Inheritance: System.Windows.Forms.Form
Mostra file Open project: gray-panda/grayrepo

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Form1() public method

public Form1 ( ) : System
return System

do_a_thing() public method

public do_a_thing ( ) : void
return void

key_click() public method

public key_click ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

timer_tick() public method

public timer_tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void