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