C# Class CairoDesktop.AppGrabber.AppGrabber

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: RevolutionSmythe/cairoshell Class Usage Examples

Méthodes publiques

Свойство Type Description
hasNewApps bool

Méthodes publiques

Méthode Description
AppGrabber ( ) : System
AppGrabber ( String configFile ) : System
Load ( ) : void
Save ( ) : void
ShowDialog ( ) : void

Private Methods

Méthode Description
GetApps ( ) : List
generateAppListRecursing ( DirectoryInfo directory ) : List
mergeLists ( List listOfApplicationLists ) : List
mergeLists ( List a, List b ) : List

Method Details

AppGrabber() public méthode

public AppGrabber ( ) : System
Résultat System

AppGrabber() public méthode

public AppGrabber ( String configFile ) : System
configFile String
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

ShowDialog() public méthode

public ShowDialog ( ) : void
Résultat void

Property Details

hasNewApps public_oe property

public bool hasNewApps
Résultat bool