11 lines
155 B
C#
11 lines
155 B
C#
namespace Hcs.WebApp.Components.Shared
|
|
{
|
|
public enum SyncedPageState
|
|
{
|
|
Init,
|
|
Loading,
|
|
Idle,
|
|
SyncWaiting
|
|
}
|
|
}
|