Use shared page state classes
This commit is contained in:
10
Hcs.WebApp/Components/Shared/SyncedPageState.cs
Normal file
10
Hcs.WebApp/Components/Shared/SyncedPageState.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Hcs.WebApp.Components.Shared
|
||||
{
|
||||
public enum SyncedPageState
|
||||
{
|
||||
Init,
|
||||
Loading,
|
||||
Idle,
|
||||
SyncWaiting
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user