C# Class Zeiterfassung.Buchung

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: Gasbuddel/Zeiterfassungsprojekt Class Usage Examples

Public Methods

Method Description
Buchung ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Buchung_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

book_Booking_Butt_Click ( object sender, EventArgs e ) : void
book_Cancel_Butt_Click ( object sender, EventArgs e ) : void
bu_Custom_Checkbox_CheckedChanged ( object sender, EventArgs e ) : void
custom_Box_TextChanged ( object sender, EventArgs e ) : void
isValid ( ) : bool
kosten_Box_TextChanged ( object sender, EventArgs e ) : void
stunden_Box_ValueChanged ( object sender, EventArgs e ) : void
tätigkeitenInitialisieren ( ) : void

Method Details

Buchung() public method

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