mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-11 13:44:38 +00:00
9 lines
127 B
C#
9 lines
127 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
public enum FileIconSize
|
|
{
|
|
small,
|
|
normal,
|
|
large
|
|
}
|
|
} |