BetterExplorer.Networks.SkyDriveAccount.SkyDriveAccount C# (CSharp) Method

SkyDriveAccount() public method

public SkyDriveAccount ( ) : Microsoft.Live
return Microsoft.Live
        public SkyDriveAccount()
        {
            _type = AccountType.OnlineStorage;
            _service = Networks.AccountService.SkyDrive;
            
        }
 //       private async void GetSkyDriveFiles()
SkyDriveAccount