C# Class XRefresh.Configuration.ScannerData

Show file 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 property

public int counter
return int

dialog public property

public ScannerProgress,XRefresh dialog
return ScannerProgress

folder public property

public string folder
return string

scanner public property

public Scanner,XRefresh scanner
return Scanner