2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-03 20:08:21 +00:00
Files
esiur-dotnet/Esiur/Core/ProgressType.cs
2021-12-01 12:17:45 +03:00

12 lines
151 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Esiur.Core;
public enum ProgressType
{
Execution,
Network,
}