コード例 #1
0
ファイル: GeoUtils.cs プロジェクト: lsp1357/appverse-mobile
 public static GeoUtils GetInstance()
 {
     if (singleton == null) {
         singleton = new GeoUtils ();
     }
     return singleton;
 }