C# Class generic_cloud_storage_client.MySettings

This class is used to save the default settings for the app by saving the username and password Author- Riju Vashisht date - 05/21/2013 Please do not change it unless you know what you are doing.
Afficher le fichier Open project: vcholan/generic-cloud-storage-client Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Load ( ) : MySettings

load if not curropted if curropted file do not hang check the catch block and close the file and load again with defualt settings

Save ( ) : void

Method Details

Load() public static méthode

load if not curropted if curropted file do not hang check the catch block and close the file and load again with defualt settings
public static Load ( ) : MySettings
Résultat MySettings

Save() public méthode

public Save ( ) : void
Résultat void