C# Class BKI_DichVuMatDat.HeThong.frm_backup_restore

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: assassinadal/BKIProject-DichVuMatDat Class Usage Examples

Méthodes publiques

Méthode Description
frm_backup_restore ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

frm_backup_restore() public méthode

public frm_backup_restore ( ) : System
Résultat System