1.0-dev17 (Subscription page created)
This commit is contained in:
15
VDownload.Core/Enums/SubscriptionStatus.cs
Normal file
15
VDownload.Core/Enums/SubscriptionStatus.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum SubscriptionStatus
|
||||
{
|
||||
Added,
|
||||
Loaded,
|
||||
Ready
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user