mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
10 lines
147 B
C#
10 lines
147 B
C#
namespace MicrosoftZuneLibrary
|
|
{
|
|
public enum ESyncEventReason
|
|
{
|
|
eSyncEventFailed = 1,
|
|
eSyncEventSucceeded = 0,
|
|
eSyncEventInvalid = -1
|
|
}
|
|
}
|