C# Class Alarm_clock.Dialog

Inheritance: System.Windows.Forms.Form, IOperation
显示文件 Open project: ralfw/NPantaRhei Class Usage Examples

Public Methods

Method Description
Alarm_switched_off ( ) : void
Alarm_switched_on ( ) : void
Dialog ( ) : System
Display_time_diff ( System.TimeSpan timeDiff ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Dialog_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
InitializeComponent ( ) : void

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

Process ( IMessage input, Action continueWith, Action unhandledException ) : void
btnStartStop_Click ( object sender, EventArgs e ) : void

Method Details

Alarm_switched_off() public method

public Alarm_switched_off ( ) : void
return void

Alarm_switched_on() public method

public Alarm_switched_on ( ) : void
return void

Dialog() public method

public Dialog ( ) : System
return System

Display_time_diff() public method

public Display_time_diff ( System.TimeSpan timeDiff ) : void
timeDiff System.TimeSpan
return void

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