C# Class CairoDesktop.AppGrabber.AppGrabber

Inheritance: System.Windows.DependencyObject
显示文件 Open project: RevolutionSmythe/cairoshell Class Usage Examples

Public Properties

Property Type Description
hasNewApps bool

Public Methods

Method Description
AppGrabber ( ) : System
AppGrabber ( String configFile ) : System
Load ( ) : void
Save ( ) : void
ShowDialog ( ) : void

Private Methods

Method Description
GetApps ( ) : List
generateAppListRecursing ( DirectoryInfo directory ) : List
mergeLists ( List listOfApplicationLists ) : List
mergeLists ( List a, List b ) : List

Method Details

AppGrabber() public method

public AppGrabber ( ) : System
return System

AppGrabber() public method

public AppGrabber ( String configFile ) : System
configFile String
return System

Load() public method

public Load ( ) : void
return void

Save() public method

public Save ( ) : void
return void

ShowDialog() public method

public ShowDialog ( ) : void
return void

Property Details

hasNewApps public_oe property

public bool hasNewApps
return bool