namespace ElectronNET.API.Entities { /// /// /// public enum FileIconSize { /// /// The small /// small, /// /// The normal /// normal, /// /// The large /// large } }