C# Class Alarm_clock.Dialog2

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ralfw/NPantaRhei Class Usage Examples

Méthodes publiques

Méthode Description
Alarm_switched_off ( ) : void
Alarm_switched_on ( ) : void
Dialog2 ( ) : System
Display_time_diff ( System.TimeSpan timeDiff ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnStartStop_Click ( object sender, EventArgs e ) : void

Method Details

Alarm_switched_off() public méthode

public Alarm_switched_off ( ) : void
Résultat void

Alarm_switched_on() public méthode

public Alarm_switched_on ( ) : void
Résultat void

Dialog2() public méthode

public Dialog2 ( ) : System
Résultat System

Display_time_diff() public méthode

public Display_time_diff ( System.TimeSpan timeDiff ) : void
timeDiff System.TimeSpan
Résultat void

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