C# Class XRefresh.Configuration.ScannerData

显示文件 Open project: binaryage/xrefresh

Public Properties

Property Type Description
counter int
dialog ScannerProgress
folder string
scanner Scanner

Public Methods

Method Description
ScannerData ( string folder, BackgroundWorker worker ) : System

Method Details

ScannerData() public method

public ScannerData ( string folder, BackgroundWorker worker ) : System
folder string
worker System.ComponentModel.BackgroundWorker
return System

Property Details

counter public_oe property

public int counter
return int

dialog public_oe property

public ScannerProgress,XRefresh dialog
return ScannerProgress

folder public_oe property

public string folder
return string

scanner public_oe property

public Scanner,XRefresh scanner
return Scanner