mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-24 17:23:48 -05:00
- Modernize old async code - Update to .NET 10 - Adjust namespace - Bypass update check when debugging
8 lines
105 B
C#
8 lines
105 B
C#
namespace FeedCenter.Feeds;
|
|
|
|
public enum AccountReadResult
|
|
{
|
|
Success,
|
|
NotDue,
|
|
NotEnabled
|
|
} |