Audible API GET-Library serializes to new DTO
This commit is contained in:
parent
27ffad346f
commit
8e4dcb1780
11 changed files with 2078 additions and 69 deletions
|
|
@ -15,7 +15,7 @@ namespace LibationWinForm
|
|||
public partial class Form1 : Form
|
||||
{
|
||||
// initial call here will initiate config loading
|
||||
private Configuration config = Configuration.Instance;
|
||||
private Configuration config { get; } = Configuration.Instance;
|
||||
|
||||
private string backupsCountsLbl_Format;
|
||||
private string pdfsCountsLbl_Format;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue