mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 21:24:00 +00:00
implement enum for types, implement OpenDialog from Dialog-API
This commit is contained in:
11
ElectronNET.API/Entities/ProgressBarMode.cs
Normal file
11
ElectronNET.API/Entities/ProgressBarMode.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public enum ProgressBarMode
|
||||
{
|
||||
none,
|
||||
normal,
|
||||
indeterminate,
|
||||
error,
|
||||
paused
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user