mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 05:34:48 +00:00
8 lines
165 B
C#
8 lines
165 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
public class ReadBookmark
|
|
{
|
|
public string Title { get; set; }
|
|
public string Url { get; set; }
|
|
}
|
|
} |