mirror of
https://github.com/ckaczor/WorldClockStatusWindow.git
synced 2026-01-14 10:00:12 -05:00
7 lines
149 B
C#
7 lines
149 B
C#
namespace WorldClockStatusWindow;
|
|
|
|
public class TimeZoneEntry
|
|
{
|
|
public string Label { get; set; }
|
|
public string TimeZoneId { get; set; }
|
|
} |