mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-11 05:34:34 +00:00
8 lines
171 B
C#
8 lines
171 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
public class FileFilter
|
|
{
|
|
public string[] Extensions { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
} |