C# Class BSky.Lifetime.RecentItems

Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository

Méthodes publiques

Méthode Description
AddXMLItem ( string item ) : void
AddXMLItems ( string items ) : void
RefreshXMLItems ( ) : void
RemoveAllItems ( ) : void
RemoveXMLItem ( string item ) : void

Private Methods

Méthode Description
IsDuplicateInXml ( string item ) : bool

Method Details

AddXMLItem() public méthode

public AddXMLItem ( string item ) : void
item string
Résultat void

AddXMLItems() public méthode

public AddXMLItems ( string items ) : void
items string
Résultat void

RefreshXMLItems() public méthode

public RefreshXMLItems ( ) : void
Résultat void

RemoveAllItems() public méthode

public RemoveAllItems ( ) : void
Résultat void

RemoveXMLItem() public méthode

public RemoveXMLItem ( string item ) : void
item string
Résultat void