mirror of
https://github.com/ckaczor/WorldClockStatusWindow.git
synced 2026-01-14 01:25:44 -05:00
Initial code
This commit is contained in:
7
TimeZoneEntry.cs
Normal file
7
TimeZoneEntry.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WorldClockStatusWindow;
|
||||
|
||||
public class TimeZoneEntry
|
||||
{
|
||||
public string Label { get; set; }
|
||||
public string TimeZoneId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user