Example #1
0
 public static Semantico GetInstance()
 {
     if (instance == null)
     {
         instance = new Semantico();
     }
     return(instance);
 }
Example #2
0
 internal static void GetLimpa()
 {
     instance = null;
 }