Added frankfurt region

This commit is contained in:
RogueException
2015-11-12 04:13:48 -04:00
parent 1d63ae756c
commit f0c1e7012e

View File

@@ -8,6 +8,7 @@
public static readonly Region London = new Region("london");
public static readonly Region Sydney = new Region("sydney");
public static readonly Region Amsterdam = new Region("amsterdam");
public static readonly Region Frankfurt = new Region("frankfurt");
private Region(string value)
: base(value) { }