Method | Description | |
---|---|---|
FormAutoRefresh ( ) : System | ||
GetAutoOff ( ) : bool | ||
GetAutoOn ( ) : bool | ||
GetMinute ( ) : int | ||
GetSecond ( ) : int | ||
InitializeMinute ( ) : void | ||
InitializeSecond ( ) : void | ||
SetAutoOff ( bool off ) : void | ||
SetAutoOn ( bool on ) : void | ||
SetSchematicInmemoryDiagram ( ISchematicInMemoryDiagram SchMemoryDiag ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
FormAutoRefresh_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.
|
|
InitializeTimer ( ) : void | ||
IntervalMinute_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
IntervalSecond_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
RefreshViewerWindows ( ) : void | ||
buttonCancel_Click ( object sender, EventArgs e ) : void | ||
buttonOK_Click ( object sender, EventArgs e ) : void | ||
timerAutoRefresh_Tick ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetSchematicInmemoryDiagram ( ISchematicInMemoryDiagram SchMemoryDiag ) : void | ||
SchMemoryDiag | ISchematicInMemoryDiagram | |
return | void |