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.
Показать файл Открыть проект Примеры использования класса

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