C# Class SunSync.Models.Account

Mostrar archivo Open project: qiniu/QSunSync Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TryLoadAccount ( ) : Account

load account settings from local file if exists return empty object if none

Method Details

TryLoadAccount() public static method

load account settings from local file if exists return empty object if none
public static TryLoadAccount ( ) : Account
return Account