Exemplo n.º 1
0
 public static Decreto GetInstnace(){
     if (_Decreto == null) _Decreto = new Decreto();
     return _Decreto;
 }
Exemplo n.º 2
0
 public static void Clear() {
     _Decreto.Lista = null;
     _Decreto = null;
 }
Exemplo n.º 3
0
 public static Decreto Recarga()
 {
     _Decreto = null;
     return GetInstnace(); 
 }