update startup wizard

This commit is contained in:
Luke Pulverenti
2015-07-30 10:34:46 -04:00
parent 2fd45ef3ec
commit a2b9ee8ac6
3 changed files with 12 additions and 1 deletions

View File

@@ -55,5 +55,11 @@
/// </summary>
/// <value>The play method.</value>
public PlayMethod? PlayMethod { get; set; }
/// <summary>
/// Gets or sets the repeat mode.
/// </summary>
/// <value>The repeat mode.</value>
public RepeatMode RepeatMode { get; set; }
}
}