C# Class BKI_DichVuMatDat.HeThong.frm_backup_restore

Inheritance: System.Windows.Forms.Form
Show file Open project: assassinadal/BKIProject-DichVuMatDat Class Usage Examples

Public Methods

Method Description
frm_backup_restore ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BackupDataBase ( string databaseName ) : void
GetServer ( ) : Server
InitializeComponent ( ) : void

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

RestoreDataBase ( string BackupFilePath, string destinationDatabaseName ) : void
frm_backup_restore_Load ( object sender, EventArgs e ) : void
load_data_to_grid ( ) : void
m_cmd_backup_Click ( object sender, EventArgs e ) : void
m_cmd_phuc_hoi_Click ( object sender, EventArgs e ) : void

Method Details

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

frm_backup_restore() public method

public frm_backup_restore ( ) : System
return System