コード例 #1
0
ファイル: GeoIP.cs プロジェクト: cjshmyr/OpenRA
 [MaxMind.Db.Constructor] public GeoIP2Country(GeoIP2CountryNames names)
 {
     Names = names;
 }
コード例 #2
0
ファイル: GeoIP.cs プロジェクト: reaperrr/OpenRA
 public GeoIP2Country(GeoIP2CountryNames names)
 {
     Names = names;
 }