C# 클래스 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.
파일 보기 프로젝트 열기: vcholan/generic-cloud-storage-client 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Load() 공개 정적인 메소드

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
리턴 MySettings

Save() 공개 메소드

public Save ( ) : void
리턴 void