Exemplo n.º 1
0
 public static TranslatorHelper getInstance()
 {
     if (Instance == null)
     {
         Instance = new TranslatorHelper();
     }
     return(Instance);
 }