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
2019-08-07 05:18:27 +03:00

13 lines
173 B
C#

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