mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-12 05:34:33 +00:00
11 lines
168 B
C#
11 lines
168 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
public enum ProgressBarMode
|
|
{
|
|
none,
|
|
normal,
|
|
indeterminate,
|
|
error,
|
|
paused
|
|
}
|
|
} |