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.
Show file Open project: vcholan/generic-cloud-storage-client Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return MySettings

Save() public method

public Save ( ) : void
return void