9 lines
140 B
C#
9 lines
140 B
C#
|
|
namespace Wino.Core.Domain.Enums
|
|||
|
|
{
|
|||
|
|
public enum BackgroundSynchronizationReason
|
|||
|
|
{
|
|||
|
|
SessionConnected,
|
|||
|
|
Timer
|
|||
|
|
}
|
|||
|
|
}
|