C# Class YANFOE.UI.Dialogs.General.FrmSavingDialog

Datei anzeigen Open project: yanfoe/YANFOE.v2

Public Methods

Method Description
FrmSavingDialog ( ) : System

Initializes a new instance of the FrmSavingDialog class.

Private Methods

Method Description
BtnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the BtnCancel control.

Timer_Tick ( object sender, EventArgs e ) : void

Handles the Tick event of the Timer control.

Method Details

FrmSavingDialog() public method

Initializes a new instance of the FrmSavingDialog class.
public FrmSavingDialog ( ) : System
return System