예제 #1
0
        public static CasoNovo getInstance()
        {
            if (singleton == null)
            {
                singleton = new CasoNovo();

                return(singleton);
            }

            return(singleton);
        }
예제 #2
0
 public void limpa()
 {
     singleton = null;
 }