C# Class SevenZip.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: mtotheikle/EWU-OIT-SSN-Scanner

Méthodes publiques

Свойство Type Description
label1 System.Windows.Forms.Label
progressBar1 System.Windows.Forms.ProgressBar

Méthodes publiques

Méthode Description
AddToTable ( string filename, string location, int count, int priority ) : void
Form1 ( ) : System
LoadData ( ) : void
MainWindow_Closing ( object sender, FormClosingEventArgs e ) : void
SQLDatabaseInitilize ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ExecuteQuery ( string txtQuery ) : void
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void
quitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
startScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void
start_scan ( ) : void

Method Details

AddToTable() public méthode

public AddToTable ( string filename, string location, int count, int priority ) : void
filename string
location string
count int
priority int
Résultat void

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

LoadData() public méthode

public LoadData ( ) : void
Résultat void

MainWindow_Closing() public méthode

public MainWindow_Closing ( object sender, FormClosingEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosingEventArgs
Résultat void

SQLDatabaseInitilize() public méthode

public SQLDatabaseInitilize ( ) : void
Résultat void

Property Details

label1 public_oe property

public Label,System.Windows.Forms label1
Résultat System.Windows.Forms.Label

progressBar1 public_oe property

public ProgressBar,System.Windows.Forms progressBar1
Résultat System.Windows.Forms.ProgressBar