Files
WorldClockStatusWindow/TimeZoneEntry.cs
2024-09-26 17:48:18 -04:00

7 lines
149 B
C#

namespace WorldClockStatusWindow;
public class TimeZoneEntry
{
public string Label { get; set; }
public string TimeZoneId { get; set; }
}