C# Class XRefresh.Configuration.ScannerData

Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

Свойство Type Description
counter int
dialog ScannerProgress
folder string
scanner Scanner

Méthodes publiques

Méthode Description
ScannerData ( string folder, BackgroundWorker worker ) : System

Method Details

ScannerData() public méthode

public ScannerData ( string folder, BackgroundWorker worker ) : System
folder string
worker System.ComponentModel.BackgroundWorker
Résultat System

Property Details

counter public_oe property

public int counter
Résultat int

dialog public_oe property

public ScannerProgress,XRefresh dialog
Résultat ScannerProgress

folder public_oe property

public string folder
Résultat string

scanner public_oe property

public Scanner,XRefresh scanner
Résultat Scanner